Nathan Jones

Results 25 comments of Nathan Jones

This might be a dumb question, but I'm trying to LIKE search against an encrypted column using Blind index and it doesn't seem possible. Example. ```ruby Candidate.joins(:profile).where("candidate_profiles.encrypted_inmate_number ILIKE ?", "%W45%")...

> fwiw, there's a [section](https://github.com/ankane/blind_index#like-ilike-and-full-text-searching) in the readme on this w/ alternative approaches. Whoops, missed this in my haste 😬 . Appreciate the callout!

Hi @basiszwo, Thank you for the detailed explanation of the problem + solution. A little over a year and a half later, I'm finding this solution is not completely resolving...

@omontigny I switched to [Grover](https://github.com/Studiosity/grover), which takes a slightly different approach and depends on puppeteer. I've found it to be great since I can use Tailwind without issues.

> > @omontigny I switched to [Grover](https://github.com/Studiosity/grover), which takes a slightly different approach and depends on puppeteer. > > I've found it to be great since I can use Tailwind...