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
This causes a query_shard_exception:
q=mexico y sus alrededores/
It should not. We should either escape it or pass it to ES in a different way.
This is the ES query generated currently:
{ "from": 0, "size": 50, "query": { "function_score": { "query": { "bool": { "should": [ { "query_string": { "fields": [ "title^10", "title.folded^5", "description^5", "subjectLiteral^5", "creatorLiteral^5", "contributorLiteral", "note", "shelfMark" ], "query": "mexico y sus alrededores/", "default_operator": "AND" } } ] } } } }, "min_score": 0.65, "sort": [ "_score" ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This causes a query_shard_exception:
It should not. We should either escape it or pass it to ES in a different way.
This is the ES query generated currently:
The text was updated successfully, but these errors were encountered: