Advanced
-
Simple Word Search:
Jesus --> search all verses contain the word "Jesus"
Jesus Christ Lord --> search all verses contain the word/phrase "Jesus" or/and "Christ" or/and "Lord" -
AND (&) operator:
Jesus AND Christ AND Lord --> search all verses contain the word/phrase "Jesus" and "Christ" and "Lord" -
OR ( | ) operator:
Jesus OR Lord --> search all verses contain the word "Jesus" or "Mary" -
NOT (-) operator:
Jesus NOT Christ --> search all verses contain the word "Jesus" without the word "Christ"
Jesus AND Christ NOT heal --> search all verses contain the word/phrase "Jesus" and "Christ" without the word "heal" -
ANY operator:
Jesus ANY Peter --> search all verses contain the word "Jesus" and/or "Peter" -
PREFIX (*) operator:
*merc --> search all words start with "merc" -
SUFFIX (*) operator:
ant* --> search all words end with "ant" -
ASTERISK (*) operator
me*ant --> search all words start with "me" and ended by "ant" -
ROOT (*) operator
*love --> search all words rooted by the word "love"
