mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
8 lines
319 B
Plaintext
8 lines
319 B
Plaintext
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.
|