We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you search for something of the form foo:"xyz.4", it gets incorrectly interpreted as a BAI search and triggers a search in authors.ids.value.raw instead of foo.
foo:"xyz.4"
authors.ids.value.raw
foo
This prevents searches from PDG, e.g. keyword "S004.4" from working correctly. Note that removing the quotes works in this case https://inspirehep.net/literature?sort=mostrecent&size=25&page=1&q=keyword%20S004.4, although the result could be different in general.
keyword "S004.4"
The text was updated successfully, but these errors were encountered:
fix(es visitor): Removed unnecessary checking for bai_fieldnames
8ba68a0
Signed-off-by: Lorenzo Vagliano ref: cern-sis/issues-inspire#616
0a7561b
49f4808
7026565
Lorenzovagliano
No branches or pull requests
If you search for something of the form
foo:"xyz.4"
, it gets incorrectly interpreted as a BAI search and triggers a search inauthors.ids.value.raw
instead offoo
.This prevents searches from PDG, e.g.
keyword "S004.4"
from working correctly. Note that removing the quotes works in this case https://inspirehep.net/literature?sort=mostrecent&size=25&page=1&q=keyword%20S004.4, although the result could be different in general.The text was updated successfully, but these errors were encountered: