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
cross fields
Thanks to the search default operator AND, cross fields settings and search analyzers, it is now possible to search for text in contained in different fields. Example: https://catalogue.library.cern/search?q=quantum%20field%20theory%20schwartz See more info here.
AND
However, this does not work: https://catalogue.library.cern/search?q=BOOKSHOP%20feynman
This is because BOOKSHOP is stored in a keyword field in the OS mappings and analyzers cannot be applied. It would be nice to find a solution to this.
BOOKSHOP
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks to the search default operator
AND
, cross fields settings and search analyzers, it is now possible to search for text in contained in different fields. Example:https://catalogue.library.cern/search?q=quantum%20field%20theory%20schwartz
See more info here.
However, this does not work:
https://catalogue.library.cern/search?q=BOOKSHOP%20feynman
This is because
BOOKSHOP
is stored in a keyword field in the OS mappings and analyzers cannot be applied. It would be nice to find a solution to this.The text was updated successfully, but these errors were encountered: