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

fix case-sensitivity for reference search #18

Closed
cseppan opened this issue Aug 4, 2017 · 1 comment
Closed

fix case-sensitivity for reference search #18

cseppan opened this issue Aug 4, 2017 · 1 comment

Comments

@cseppan
Copy link
Collaborator

cseppan commented Aug 4, 2017

In ReferencesDAO.getReferences, the search term is set to lower case but the LIKE restriction is case-sensisitive. This means matching for words that are capitalized in the database won't work (i.e. MACTEC). Switch to Restrictions.ilike for case-insensitive matching.

@cseppan
Copy link
Collaborator Author

cseppan commented Aug 26, 2017

Fixed in commit 69c3a64.

@cseppan cseppan closed this as completed Aug 26, 2017
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

1 participant