By default, Alkaline will choose a case-sensitive search when at least one upper-case letter is present in a word.
To search all words case-sensitive, opt:case
should be added to the search string.
To search all words case-insensitive, opt:insens
should be used.
To search all pages containing all words, opt:and
should be added to the search string.
The default behavior of Alkaline is to search all pages containing any of the words and producing best results first.
To force searching of whole words only, opt:whole
should be added to the search string.
The default behavior of Alkaline is to do partial matches.
It is of course possible to specify more than one such option by separating them by commas or by adding multiple
opt:
entries to the search string, for example:
foo opt:whole,case
will return all pages containing the exact word "foo".