Search for a verse that doesn't contain a word

Is there a set of search examples somewhere?
For example, I would like to search for all of the Bible verses with the phrase "I am with you", but does not contain the word "armor".
How would I do this?
I would think that I could search with the following, but it retuns 0 results.
"i am with you" AND NOT "armor"
Any suggestions?
Thanks,
Torrey
Comments
-
Torrey, Welcome
The wiki is the place to look - start with http://wiki.logos.com/Search_HELP and use the other links as required.
Try: "i am with you" ANDNOT armor
Dave
===Windows 11 & Android 13
0 -
You can also abbreviate ANDNOT with a minus sign immediately preceding the word you want to exclude (with no space between), just like you can do in Google (which you might not have known, but now you do):
"i am with you" -armor
0