11-17-2024, 12:24 PM
(This post was last modified: 11-17-2024, 12:25 PM by Tim Curtis.
Edit Reason: eta
)
Try using a PERL regular expression in the Advanced Search search field
https://en.wikipedia.org/wiki/Regular_ex...c_concepts
Something like below. The vertical bar | means OR
https://en.wikipedia.org/wiki/Regular_ex...c_concepts
Something like below. The vertical bar | means OR
Code:
=~ comment tag #1|comment tag #2