Examples:
it contains:
search: "Jesus" -> find "Jesus" and "barjesus"
Exact phrase:
search: "deus" -> find only "deus" and will not find "deuses"
initiated by:
search: "in the beginning" -> find only when the verse start with "in the beginning"
terminated by:
search: "Jesus." -> find only when the verse ends with "Jesus."
any word:
search: "Jesus Cristo" -> find both verses that have "Jesus" or "Cristo"
all words:
search: "Jesus Cristo" -> find only verses that have "Jesus" and "Cristo", but not necessarily together.
Differentiate upper and lower case:
search: "God" is different from "God"