Search
5 results found.
5 results found.
Search is provided by the Search::QueryParser::SQL perl module and has a powerful syntax.
OR
operator between two words to find either of them.
AND
is implied, so that mozilla AND firefox is the same as mozilla firefox+
is equivalent to AND
, so that mozilla AND firefox, mozilla + firefox and + mozilla + firefox are all the same.NOT
operator to find pages without a word. Example: firefox NOT LongTitles-
is equivalent to NOT
, so that firefox NOT LongTitles and firefox - LongTitles return the same result.AND
/OR
clauses must be surrounded by parentheses.%
sign will search for anything. Examples: %, % NOT "mozilla firefox"_
) will replace one single character.path
(the URL minus the date, 'blog' or 'tag' parts) title
body
tag
name
or comment
.You are free to invent many combinations of all these operators.