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

Better fq matching in AbstractFacetWidget #13

Open
jpmckinney opened this issue Jul 4, 2012 · 0 comments
Open

Better fq matching in AbstractFacetWidget #13

jpmckinney opened this issue Jul 4, 2012 · 0 comments
Labels

Comments

@jpmckinney
Copy link
Contributor

isEmpty, set and clear use a simple regular expression, new RegExp('^-?' + this.field + ':'), which doesn't support more complicated fq values like: {!term f=myfield}myvalue or fq=myfield:(myvalue1 myvalue2 "my value 3") or others. See http://wiki.apache.org/solr/SolrQuerySyntax#Other_built-in_useful_query_parsers

Google Group discussion

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

No branches or pull requests

1 participant