Vlagilen

Results 2 comments of Vlagilen

I have the same problem. ``` first = Good.create!(title: 'iPhone 5 Battery') second = Good.create!(title: 'iPhone 5s Battery') pg_search_scope :search_by_all, associated_against: { models: [:title], brands: [:title], part: [:title] }, using:...

**I'v solved this problem**, it's not quite beautiful, but it works. If you run the search **twice**, the first time with the **(prefix: true)** parameter, the second time (you can...