Skip to main content
Inspiring
July 13, 2025
Answered

How to test "is empty" in Smart Collections

  • July 13, 2025
  • 1 reply
  • 139 views

I'm trying to set up a smart collection that examines the entire catalog and returns all the images that do not have a creator. The obvious answer would be to select "is empty" from the criteria drop down. Unfortunately, that doesn't exist.

 

How might this be done in a smart collection to examine the entire catalog and find those images with no creator listed.?

Correct answer JohanElzenga

As you can search the creator field on text, the following should work (assuming that the creator will always contain one vowel, if not use all letters of the alphabet): Creator: Does not contain: 'a e i o u y'.

 

1 reply

JohanElzenga
Community Expert
JohanElzengaCommunity ExpertCorrect answer
Community Expert
July 13, 2025

As you can search the creator field on text, the following should work (assuming that the creator will always contain one vowel, if not use all letters of the alphabet): Creator: Does not contain: 'a e i o u y'.

 

-- Johan W. Elzenga
stevedellAuthor
Inspiring
July 15, 2025

While not elegant, it does work. Thank you