I want to search in all *.sql files but exclude one large but irrelevant file. I have specified in the 'File name' textbox:
*.sql; NOT:DnB.CLR.CCBLogging.publish.sql
with selected option "DOS Expression" in the drop-down list on the right.
The search finds nothing. But if I remove that NOT:..... section, it finds correct hits in many *.sql files (no hits in 'DnB.CLR.CCBLogging.publish.sql' file anyway, it is just too big and irrelevant to waste time searching)
How to combine normal wild cards with NOT: in DOS Expression?