

Heroism is endurance for one moment more.

For example, "test phrase" matches "test, phrase".Įxample: "computer business" will return all quotes that contain the phrase "computer business".įull Example: +apple +( turnover strudel) Find rows that contain the words "apple" and "turnover", or "apple" and "strudel" (in any order), but rank "apple turnover" higher than "apple strudel" Non-word characters need not be matched exactly: Phrase searching requires only that matches contain exactly the same words as the phrase and in the same order. " " A phrase that is enclosed within double quote (") characters matches only quotes that contain the phrase literally, as it was typed.Words match if they begin with the word preceding the * operator.Įxample: +apple* matches apple, apples, appleton, etc. Unlike the other operators, it is appended to the word to be affected. * The asterisk serves as the truncation (or wildcard) operator.A row containing such a word is rated lower than others, but is not excluded altogether, as it would be with the - operator. This is useful for marking “noise” words. ~ A leading tilde acts as a negation operator, causing the word's contribution to the row's relevance to be negative.
