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
Post.search_by_title("word|word")Post.search_by_title.phrase("somebody once told me the world was gonna roll me")Post.search_by_title.plain("Shrek is the best")
As seen here: https://www.postgresql.org/docs/current/textsearch-controls.html
pg_search/lib/pg_search/features/tsearch.rb
Lines 101 to 113 in 056bddb
Maybe we can add an options hash here to swap out the desired function? I'm new to Ruby but this is my best guess.
The text was updated successfully, but these errors were encountered: