Vincent Piau

Results 2 comments of Vincent Piau

Did you tried to use merge query ? ```ruby # translation.rb scope :search_full_text, -> (text) { joins(:source_phrase).merge(Phrase.search_full_text(text)) } ``` ```ruby # phrase.rb pg_search_scope :search_full_text, against: [:text], using: { tsearch: {...

Hi @fringd, could be great to release a new version with Rails 8 support. Do you need any help to do so ?