Filters: What does 'match' mean?

I have set up filters to select images by camera model.




Select "Nexus6" FILTER DESELECTNOMATCH

To my surprise the filter 'Nexus6' also selects images with 'Nexus 6P' as camera model. It seems 'match' works more like 'contains' and not like 'is equal to'.

Is this the intended behavior? How would a filter look like that selects only images with 'Nexus 6'?


Directory Opus Pro 12.2 Build 6109 x64
OS 6.1 (B:7601 P:2 T:1) SP 1.0 "Service Pack 1"

Unless your search string contains wildcard characters it automatically assumes you want a "partial match", and so implicitly adds .. around the string you supply.

In this particular case, you could fix it by changing the 'Nexus6' filter to match the string Nexus6~P, which explicitly matches Nexus6 but not Nexus6P.