Good morning guys Has anyone used the pg
# avo-2
m
Good morning guys. Has anyone used the pg_search gem with AVO to use PostgreSQL FTS (Full Texto Search) and could you tell me how they applied it to the filters or ransack?
l
I haven't used
pg_search
personally, but I guess you should add the pg_search query in the
search_query
block.
Copy code
ruby
self.search_query do 
  Person.search_by_name ...
end
m
Very simple 😍
l
that's what we want