You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
* Update performing-searches.md
Added Example of in and nin operator.
* Update performing-searches.md
* Update performing-searches.md
Co-authored-by: Kevin Harper <[email protected]>
The following search finds all the products that are provided in the value field. When you specify the `in` condition type, the value field must be a comma separated list.
The following example searches for all products whose names contain the string `Leggings` or `Parachute`. The instances of `%25` in the example are converted into the SQL wildcard character `%`.
0 commit comments