Update a DatabaseQuerySelect object to match a Page
Possible template method: If overridden, children should NOT call this parent method.
Usage
$databaseQuery = $fieldtypePage->getMatchQuery($query, string $table, string $subfield, string $operator, string $value);
Arguments
Name | Type(s) | Description |
---|---|---|
query | DatabaseQuerySelect, PageFinderDatabaseQuerySelect | |
table | string | The table name to use |
subfield | string | Name of the field (typically 'data', unless selector explicitly specified another) |
operator | string | The comparison operator |
value | string | The value to find |
Return value
DatabaseQuery
$query
Exceptions
Method can throw exceptions on error:
WireException
FieldtypePage methods and properties
API reference based on ProcessWire core version 3.0.236