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

Include a standard "ILIKE" search #356

Closed
djsegal opened this issue Apr 9, 2017 · 2 comments
Closed

Include a standard "ILIKE" search #356

djsegal opened this issue Apr 9, 2017 · 2 comments

Comments

@djsegal
Copy link

djsegal commented Apr 9, 2017

Currently something like:

@core_query.where \
          "name ILIKE ?", "%#{ search_param }%"

will catch some values not found by:

  • tsearch
  • trigram
  • dmetaphone
@tostr7191
Copy link

Would also like this. pg_search is super readable and easy to use compared to other association-search-solutions.

@nertzy
Copy link
Collaborator

nertzy commented May 16, 2017

Duplicate of #3

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

3 participants