You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how pg_search works and/or combines with ancestry. But do note that ancestry's parent_id is not an Active Record column, but a method. Ancestry only uses (by default) the ancestry column.
Hi!
Any idea how to use ancestry and pg_search (https://github.com/Casecommons/pg_search)? I want to search on all parents.
Search using
Zone.all.search('My By Parent Name')
Another question: is it possible to order all zones by its parents name?
The text was updated successfully, but these errors were encountered: