Page 1 of 1

Quick Search - IPTC Keywords AND operator

Posted: Mon Nov 12, 2018 10:28 pm
by ollie_eight
I only found the OR filter | but lets say I like to get all (2) images with "nature AND forest" is that possible today? I haven't found a way...

Example
  • filename: image-01
    keywords: nature, forest
  • filename: image-02
    keywords: nature, sea
  • filename: image-03
    keywords: nature, forest
-----------------------------------------------------------

Quick search: nature
Result: image-01, image-02, image-03

Quick search: nature forest
Result: empty

Quick search: nature+forest
Result: empty

Quick search: nature,forest
Result: empty

Quick search: nature&&forest
Result: empty

Best regards,
Olle

Re: Quick Search - IPTC Keywords AND operator

Posted: Tue Nov 13, 2018 12:21 pm
by xnview
you need to select them in the category filter pane, Quick search can't do that

Re: Quick Search - IPTC Keywords AND operator

Posted: Tue Nov 13, 2018 6:13 pm
by ollie_eight
Thanks pierre