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

Enable range_character to be nil. #131

Open
floere opened this issue Sep 10, 2014 · 3 comments
Open

Enable range_character to be nil. #131

floere opened this issue Sep 10, 2014 · 3 comments

Comments

@floere
Copy link
Owner

floere commented Sep 10, 2014

Enable this:

Picky::Query::Token.range_character = nil

Update, also enable this:

category :height, range_searchable: true
@tfwright
Copy link

Just my 2c, but since Picky is so useful for working with normalized data, it would be most useful to be able to apply this option on a per-category basis, since it would seem fairly common to have a numeric field and should be range searchable, and a text field that isn't.

@floere
Copy link
Owner Author

floere commented Sep 15, 2014

I agree. Not sure how to do it yet, but a good point.

@floere
Copy link
Owner Author

floere commented Feb 3, 2015

Idea how to do this: similar to how per-category stemming is solved.

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

No branches or pull requests

2 participants