First, thanks for the helpful search software!
When I search in file content, I see that I can search for words or phrases, but I don't see how to do a boolean search. For example find augustine AND confessions. Instead, everything searches for the phrase "augustine confessions".
What is the syntax for booleans in file content?
Thanks again,
Ari
Boolean search operators for content?
Re: Boolean search operators for content?
Please try the following search:
content:augustine content:confessions
Everything boolean operators:
space = AND
| = OR
! = NOT
< > = Grouping
content:augustine content:confessions
Everything boolean operators:
space = AND
| = OR
! = NOT
< > = Grouping
Re: Boolean search operators for content?
Hi there!
Search string bar foo doesn't find foobar for me on v1.4.1.935 (x64). Is this expected behavior?
Added: it does not actually find barfoo as well. Can anyone confirm this?
Added: I see that build 969 fixed this. Sorry for the interuption.
Search string bar foo doesn't find foobar for me on v1.4.1.935 (x64). Is this expected behavior?
Added: it does not actually find barfoo as well. Can anyone confirm this?
Added: I see that build 969 fixed this. Sorry for the interuption.
Re: Boolean search operators for content?
Enabling match whole words from the Search menu can cause this.
Please make sure no search options are enabled under the Search menu (uncheck match case, uncheck match whole words, uncheck match diacritics, uncheck Regex)
Please make sure no search options are enabled under the Search menu (uncheck match case, uncheck match whole words, uncheck match diacritics, uncheck Regex)
Re: Boolean search operators for content?
Match whole words really causes this.
I can't say whether it had been enabled or not before I updated the program.
Thanks!
I can't say whether it had been enabled or not before I updated the program.
Thanks!
Re: Boolean search operators for content?
Just to be sure - syntax like this does not seem to work, or should it?
content:augustine|confessions
content:(augustine|confessions)
Re: Boolean search operators for content?
It shouldn't (not tested, though)
This should work in Everything 1.5
This should work in Everything 1.5
content:<augustine|confessions>
Re: Boolean search operators for content?
I see, thanks very much!