This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version.
Custom Field Criterion¶
The CustomField
Search Criterion searches for content or locations based on the contents of the search index fields.
The allowed syntax and operator support might differ between search engines and the type of queried field.
Arguments¶
target
- string representing the identifier of the search index fieldoperator
- one of Operator constantsvalue
- the value to query for
Limitations¶
The CustomField
Criterion isn't available in Repository filtering.
Example¶
PHP¶
1 2 3 4 5 6 7 8 9 10 11 12 |
|