pg-search Questions
1
Solved
I have a Rails app that includes pg_search and queue_classic gems. Both of these make use of PostgreSQL extensions e.g., unaccent, pg_trgm and ps-something-something (sorry, not as my dev machine a...
Tristis asked 18/5, 2012 at 7:51
1
This is my very first question here, after many months of lurking and absorbing. So I hope I do this correctly.
I have been trying to get the multisearch functionality of pg_search working in my R...
Sheetfed asked 14/5, 2012 at 3:22
1
Solved
I'm adding pg_search into a Rails app. I'm not completely understanding the configuration, and would appreciate a gentle nudge in the right direction.
First, I already have a multi model site more...
Division asked 9/5, 2012 at 9:4
1
Solved
I'm adding pg_search into a Rails app. I'm following the instructions on github and this railscast, but I've run into a problem.
I'm setting up a multi model search, and I have a basic implementat...
Affra asked 9/5, 2012 at 8:43
1
Solved
I'd like to use facets in plus of standard search. Is there a way to make search results be itself "searched" with facets using pg_search?
As far as I can tell, pg_search_scope are mutually exclu...
Glandular asked 20/10, 2011 at 15:14
1
Solved
I've implemented full-text search using pg_search gem for my Rails application
My migration to create index looks like
execute(<<-'eosql'.strip)
CREATE index mytable_fts_idx
ON mytable
U...
Unanswerable asked 5/10, 2011 at 4:57
© 2022 - 2024 — McMap. All rights reserved.