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

added the ability to bypass the downcasing of fulltext queries #27

Closed
wants to merge 1 commit into from
Closed

Conversation

jmphilbrick
Copy link
Contributor

The fulltext method currently downcases every query passed to it. This prevented the ability of doing an exact match of a value with mixed case in a solr query:

column_name:"Some Mixed Cased Text"

@jasonmk
Copy link
Owner

jasonmk commented Jul 2, 2014

This is actually done on purpose. All of the text is run through a lower-case filter in order to make all searches case-insensitive. If you don't downcase the query, you won't find anything. Is there a specific case you're trying to address? Or is there somewhere something isn't working?

@jmphilbrick
Copy link
Contributor Author

good point, disregard this pull request

@jmphilbrick jmphilbrick closed this Jul 2, 2014
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.

None yet

2 participants