Simple Queries

When you want to keep your queries simple, always searching for documents containing all (or just some) search terms, you can configure an index to use the simple query parser.

When you have configured an index to use the simple query parser you can no longer make use of the full LIFTI query syntax in your queries, however you can still configure the simple query parser to treat all search terms as fuzzy matches.

Search terms are simply combined together with ands or ors, depending on your configuration, and punctuation is stripped out as per your index tokenization rules.

Last modified October 3, 2022: V3.3.0 (#50) (7171d2e)