Hi,
Is it possible to use the grep in the Find pane to select all images in the contact sheet that have the keyword "family" while excluding those that are have both "family" and "pet" ?
I have tried
^(?=.*family)(?!.*pet) but it does not work and my new best mate Claude Ai talks about there being a lack of "lookahead" in the implementation of grep in Photo Mechanic. Now Claude makes loads of mistakes hence this post.