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

Custom MultiFieldQueryParser #106

Open
cmwalolo opened this issue Oct 17, 2018 · 1 comment
Open

Custom MultiFieldQueryParser #106

cmwalolo opened this issue Oct 17, 2018 · 1 comment
Labels

Comments

@cmwalolo
Copy link

Would it be possible to inject a custom MultiFieldQueryParser .
Our issue is that we have created a custom Analyzer to Normalize strings, but when doing a search
the queryparser do not normalize the keywords when using fuzzy or wildcard searches. In later versions of Lucene.Net it can be solved by using the AnalyzingQueryParser.cs.

I did a test of implementation of a CustomMultiFieldQueryParser which seems to work well within Examine. It would be great if we could inject in the LuceneCriteriaSearch class.

@Shazwazza
Copy link
Owner

What version of Umbraco are you using?

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

2 participants