First page Back Continue Last page Overview Text

Notes:


Sequel has native support for PostgreSQL's full text search feature, using the full_text_search method. You give this method one or more columns and one or more search terms and it will return the rows that match all of the terms.

The same syntax also works on MySQL and Microsoft SQL Server using their full text search features.