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

Enhancement Req : support for case insensitive search/query. #3

Closed
GoogleCodeExporter opened this issue Aug 23, 2015 · 3 comments
Closed

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.Query on indexed string field with contains or starts with or equals etc.
2.Will return case sensitive result.
3.

What is the expected output? What do you see instead?
There should any way to perform case insensitive comparisons. Currently achived 
this by adding one morw attribute in POJO and indexed this rather than desired 
attribute and in this attribute stored lower case version of the desired 
attribute. Then performed search with search term converted to lowercase.

This will be good to have if possible without sacrificing performance.

What version of the product are you using? On what operating system?
0.9.1-all

Please provide any additional information below.


Original issue reported on code.google.com by SylentPr...@gmail.com on 25 Oct 2012 at 3:14

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

No branches or pull requests

2 participants