alex.bour
alex.bour
Hello, I have a bad fuzzy result if I use a model with international fields. Model: class Category < ActiveRecord::Base fuzzily_searchable :name_fr, :name_en, :name_de, :name_es, :name_it end Fill the trigrams:...
Hello, Sorry, it's not really an issue... Is there a way to attach 2 different models to the index ? For example: - search in images (model images) - search...
Hello, ### What did you do? I changed my iOS project minimum deployment from iOS 17 to iOS 18. The app crashes (at app launch) when using dbWriter. `Thread 1:...