fuzzily icon indicating copy to clipboard operation
fuzzily copied to clipboard

Fast fuzzy string searching/matching for Rails

Results 19 fuzzily issues
Sort by recently updated
recently updated
newest added

I have a really long article with a "body" field that is fuzzily searchable. At some point it starts taking a long time for fuzzily to re-index / update the...

Trying to see if I can wire this up to a rails 5 api-only application, I've got the trigram model and migration set up correctly, but in my AR model...

We have been using this gem in applications and found it to be pretty nifty. Would you be open to sharing the roadmap for upgrades and support for this gem?...

Using the fuzzily gem and getting this error ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR: column "owner_id" does not exist LINE 1: SELECT owner_id, owner_type, count(*) AS matches, MAX(score... ^ : SELECT owner_id, owner_type,...

Hi, it seems there is a bug to build fuzzy index when a column is chinese, you can look the image I uploaded

```allow_any_instance_of(User).to receive(:update_fuzzy_full_name!)``` seems to not work in what is a pretty typical spec configration

find_by_fuzzy can be applied to a class but not to an ActiveRecord::Relation (or a scope). A typical case when this would be very useful is when you want to make...

I'm sending this over for feedback / discussion more than anything. I found that sometimes the owner wasn't being set and had to explicitly do so, although I can't see...

I'm hitting this each time I try to run rake db:migrate. Any thoughts as to why?