Casecommons / pg_search

pg_search builds ActiveRecord named scopes that take advantage of PostgreSQL’s full text search
http://www.casebook.net
MIT License
1.3k stars 369 forks source link

add support for ILIKE search feature #509

Open jbennett opened 1 year ago

jbennett commented 1 year ago

This adds an additional feature to support doing an ILIKE search to find substrings in within the document. I see a bunch of open issues this would help resolve (#3, #356, #324 etc).

If this strategy looks sane to you I can finish it off (update README) but wanted to do a sanity check first.

Nechitadi commented 1 year ago

👏🏼

grekko commented 2 months ago

@jbennett thanks for the work, I'd really like to see this getting merged :) any chance?

tgaeta commented 2 weeks ago

Would love to see this merged :)