Boolean search "and not"
-
- Posts: 17
- Joined: Mon Sep 21, 2015 8:32 pm
Boolean search "and not"
I want to search for all filenames with "inv.doc" in them but to exclude filenames ending in "axx". I would have thought "inv.doc !axx" would do this, but nothing is found. Is there a way of doing this?
Re: Boolean search "and not"
inv.doc !axx should show some results.
Please make sure Regex is disabled from the Search menu.
Please make sure Regex is disabled from the Search menu.
-
- Posts: 17
- Joined: Mon Sep 21, 2015 8:32 pm
Re: Boolean search "and not"
I disabled regexes but this made no difference. "axx" and "inv.doc" are not whole filenames - "axx" is a suffix and "inv.doc" is a string included in the filenames of the files I want to find.
Re: Boolean search "and not"
Please try:
Code: Select all
inv.doc !*axx