ports/textproc/p5-Search-QueryParser/pkg/DESCR

8 lines
323 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.