Description
Perl applications can parse and process text queries through a reusable framework. This is useful for search tools, filters, indexing systems, and interfaces that let users describe what they want to find.
It is a developer library. Query syntax from users should be validated and bounded so expensive or overly broad searches do not overload the application.