On Sunday, December 20, 2015 at 11:27:20 AM UTC-8, Aiden Richards wrote: > > Hello. > > Is there a method or an alternative method equivalent to full_text_search > on a model? > > Thank you.
If the database's datasets support full_text_search, you should just be able to do Model.dataset.full_text_search. Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
