Skip to content

Comments

Enable wildcard operators for adv search queries#407

Open
cbeer wants to merge 2 commits intomainfrom
cbeer-patch-1
Open

Enable wildcard operators for adv search queries#407
cbeer wants to merge 2 commits intomainfrom
cbeer-patch-1

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