Open itkin opened 8 years ago
In support of more ActiveRecord::Relation
methods, according to changelog, https://github.com/Casecommons/pg_search/blob/master/CHANGELOG.md#100
Explained more here, https://github.com/Casecommons/pg_search/issues/292#issuecomment-202604151
Hello,
I've the pg_search implemtentation :
here is the query produced by
Porduct.search_by_title('windo')
:I'm wondering why is pg_search nesting queries (killing the perf) instead of building something like that :
What am i missing ? thx for the help ...