(RFT: Got me? Perhaps RequestForThought?)
should Properties automatically, "always", group ?
property:<123>
property:<123|456>
property:<<123 456>|<123>|< 456>>
should Properties automatically, "always", group "internally" (but perhaps display otherwise)?
say you highlight a few files & copy some "property", size or hash or name or...
let's take hash (sha1:)
so you have a few hashes that have been copied (to clipboard) with the intent of finding files that are of the same hash
so you do a search sha1:<list of hashes>
but as it is, while the the <list of hashes> is pasted as OR's, in order to be of "value" (since there is more then 1 entry) to sha1:, they need to be "grouped"
(OK, changed to crc32: as sha1: is too long
![Wink ;-)](./images/smilies/icon_e_wink.gif)
crc32:A2B1EF6B|5225688E|7B188126
vs
crc32:<A2B1EF6B|5225688E|7B188126>
in the first case, only A2B1EF6B crc32 matches are found
in the second case, all the pasted crc32's are found
(I'd thought about this some time back. And seems you may even be doing something similar, at times, already.)