DatabaseQuerySelectFulltext
A wrapper for SELECT SQL queries using FULLTEXT indexes
Decorates a DatabaseQuerySelect object by providing the WHERE and ORDER parts for a fulltext query based on the table, field, operator and value you are searching.
Assumes that you are providing at least the SELECT and FROM portions of the query.
The intention behind these classes is to have a query that can safely be passed between methods and objects that add to it without knowledge of what other methods/objects have done to it. It also means being able to build a complex query without worrying about correct syntax placement.
This file is licensed under the MIT license
Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. In addition to those shown below, the Database class also inherits all the methods and properties of: Wire.
Common
Additional methods and properties
In addition to the methods and properties above, Database
API reference based on ProcessWire core version 3.0.265