SearchRequestWhereHas
{
"operator": "has",
"property": "languages",
"value": "en"
}
Properties
Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
operator | string | true | none | The search operator. |
property | string | true | none | The property to run the comparison on. |
value | string | false | none | The value to compare against. Used when comparing against a single value. |
values | [string] | false | none | The values to compare against. Used when comparing against multiple values. |