-
-
Notifications
You must be signed in to change notification settings - Fork 38
Searching Bible
Search Bible(s) and show verses that contains the string
Command:
SEARCHALL:::[BIBLE_VERSION(S)]:::[LOOK_UP_STRING]:::[BIBLE_BOOKS]
SEARCHALL:::KJV_WEB:::love
SEARCHALL:::KJV:::temple:::OT
Search Bible(s) for a string, displaying numbers of hits in individual bible books
Command:
SEARCH:::[BIBLE_VERSION(S)]:::[LOOK_UP_STRING]:::[BIBLE_BOOKS]
SEARCH:::KJV:::Christ%Jesus
SEARCH:::KJV_WEB:::love:::Matt-John, 1Cor, Rev
Search by regex pattern.
Note: this is the slowest method to search, but is a very flexible way to find things.
Command:
REGEXSEARCH:::[BIBLE_VERSION(S)]:::[REGEX_PATTERN]:::[BIBLE_BOOKS]
REGEXSEARCH:::KJV:::God.*?heaven
REGEXSEARCH:::KJV_WEB:::God.*?temple:::OT
Search Bible(s) for combinations of words without taking order into consideration
Command:
ANDSEARCH:::[BIBLE_VERSION(S)]:::[LOOK_UP_STRING]:::[BIBLE_BOOKS]
Words in string should be separated by a pipe
ANDSEARCH:::KJV_KJVx:::love|Jesus
Search Bible(s) for verses containing at least on of the words given in a string
Command:
ORSEARCH:::[BIBLE_VERSION(S)]:::[LOOK_UP_STRING]:::[BIBLE_BOOKS]
Words in string should be separated by a pipe
ORSEARCH:::KJV:::love|Jesus
Search Bible(s) with a sql string
Command:
ADVANCEDSEARCH:::[BIBLE_VERSION(S)]:::[LOOK_UP_STRING]:::[BIBLE_BOOKS]
ADVANCEDSEARCH:::KJV:::Book = 1 AND Scripture LIKE '%love%'
ADVANCEDSEARCH:::KJV:::Scripture LIKE "%love%" AND Scripture LIKE "%Jesus%"
List of Bibles to search
KJV
Multiple Bibles can be specified with underscores.
ESVx_KJVx_NIVx_WEBx
List of books to search
John
Matt, Acts, Gal
Matt-Luke
OT
for all the Old Testament books
NT
for all the New Testament books
ALL
for all the books
OT, Mark, Jude-Rev