summaryrefslogtreecommitdiff
path: root/bindings/objc/doc/search.txt
blob: b9cbb30d03bd2e6802c3c9f81463eaca5a1156d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
loved one
	= search for verses that contain "loved" or "one"
	= this is the same as loved OR one

"loved one"
	= search for verses that contain the phrase "loved one"
	
love*
	= search for verses that contain a word starting with "love" (love OR loves OR loved OR etc...)
	
loved AND one
	= search for verses that contains the word "loved" and the word "one"

+loved one
	= search for verses that must contain "loved" and may contain "one"

loved NOT one
	= search for verses that contain "loved" but not "one"

(loved one) AND God
	= search for verses that contain "loved" or "one" and "God"