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.
UserEmail Criterion¶
The UserEmail
Search Criterion searches for content based on the email assigned to the user account.
Arguments¶
value
- string(s) representing the User email(s)- (optional)
operator
- operator constant (IN, EQ, LIKE)
Limitations¶
Solr search engine and Elasticsearch support IN and EQ operators only.
Example¶
PHP¶
1 |
|
1 |
|
REST API¶
1 2 3 4 5 |
|
1 2 3 4 5 |
|