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

NameType(s)Description
$tableNamestring
$fieldNamestring
$operatorstring
$valuestring int array

Value to match. Array value support added 3.0.141 (not used by PageFinder)

Return value

$this

Object 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