Hi there,
How can I find products that have an empty string / null value for a speciifc custom field? I don't see anything like "Is Null" or similar.
Thanks,
Imar
Hi there,
How can I find products that have an empty string / null value for a speciifc custom field? I don't see anything like "Is Null" or similar.
Thanks,
Imar
Tough one to begin the day with!
If a field has no value, it is not indexed - the field does not exist on the document. So what you want to do is search for records that has a value, and negate that.
You do that by adding an expression group, choose the field to search, choose a BETWEEN criteria, and specify an array of min and max value. Searching for an empty string would then be between * and zzzzz. See screen dump.
NP
Excellent, thanks. We'll give that a try.
Imar
You must be logged in to post in the forum