Get match query
Possible template method: If overridden, children should NOT call this parent method.
Usage
$databaseQuery = $fieldtypeFile->getMatchQuery($query, string $table, string $subfield, string $operator, mixed $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 | mixed | The value to find |
Return value
DatabaseQuery
DatabaseQuerySelect
$query
Exceptions
Method can throw exceptions on error:
PageFinderSyntaxException
WireException
FieldtypeFile methods and properties
API reference based on ProcessWire core version 3.0.236