DatabaseQuerySelectFulltext::match()
Update the query (provided to the constructor) to match the given arguments
Usage
$databaseQuerySelectFulltext->match(string $tableName, string $fieldName, string $operator, $value);Arguments
| Name | Type(s) | Description |
|---|---|---|
$tableName | string | |
$fieldName | string | |
$operator | string | |
$value | string int array | Value to match. Array value support added 3.0.141 (not used by PageFinder) |
Return value
$thisObject instance it was called from (method supports fluent interface).
Exceptions
Method can throw exceptions on error:
WireException- If given $operator argument is not implemented here
DatabaseQuerySelectFulltext methods and properties
API reference based on ProcessWire core version 3.0.265