This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Refines a search to match items whose specified field has a value that isn't null
or undefined
.
The isNotEmpty()
method refines the search to only match items where the value of the specified field is not null
or undefined
.
If the field contains any value at all for a given item, including an empty string or an invalid value, that item matches the search filter.
Field in which to check for a non-empty value.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.