Skip to content
New issue

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

Enable wildcard operators for adv search queries #407

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

cbeer
Copy link
Member

@cbeer cbeer commented Jan 4, 2017

We should be aware of the caveat offered upstream about using edismax here:

advanced searches are translated to solr nested queries, where the inner queries are of a dismax-type. By default, they are actually specifically 'dismax', but you can set :query_parser to 'edismax' instead. This may make additional features available like * wildcards in advanced searches; but it may also cause some user query elements to be interpreted as operators for edismax when they were intended as literals. Somewhat experimental.

@cbeer cbeer changed the title Advanced search queries should use edismax query parser Enable wildcard operators for adv search queries Jan 4, 2017
@jkeck
Copy link
Contributor

jkeck commented Dec 15, 2017

See #779 for lots of testing/conversation/context if we pick this back up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants