I am trying to define a Filter to find images where eigther the title or the desciption field is empty.
I have defined 2 filters yet, one for each condition,
as Metadata Search with "Not Regular Expression" and the string ".+" (any char 1 or more times)
and Selected Tags for one filter "Description" and for the second filter "Title".
Both filters are working fine.
It's no problem to combine these 2 filters via AND,
in this case I could also add both Tags in one filter,
but I did not find a solution to apply both filters via OR.
I am thinking about a script which uses both filters via IMQuery
into 2 different result sets and then combining the 2 result sets,
but I'm not sure if this is the smartes solution.
Does anybody had a similar question in the past and maybe found a better solution?
Walter