blob: facdb3594b01bfb3f88414018ed797e67f5b7577 (
plain)
1
2
3
4
5
6
7
|
This module parses a query string into a data structure to be
handled by external search engines. For examples of such engines,
see File::Tabular and Search::Indexer.
The query string can contain simple terms, "exact phrases", field
names and comparison operators, '+/-' prefixes, parentheses, and
boolean connectors.
|