From 114279d57f652f8dce764b851298bfb9b0cb149d Mon Sep 17 00:00:00 2001 From: Willie Cotton Date: Sat, 16 Nov 2024 19:45:55 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index caa017c..c1f9eaa 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Search Input Query -A powerful search query language parser with SQL output support, inspired by [Elasticsearch](https://www.elastic.co/guide/en/elasticsearch/reference/8.15/query-dsl-query-string-query.html) and [Tantivy](https://docs.rs/tantivy/latest/tantivy/query/struct.QueryParser.html) query syntax. Features a multi-pass recursive descent parser with comprehensive error handling and type validation. +A powerful search query language parser with SQL output support, inspired by [Elasticsearch](https://www.elastic.co/guide/en/elasticsearch/reference/8.15/query-dsl-query-string-query.html) and [Tantivy](https://docs.rs/tantivy/latest/tantivy/query/struct.QueryParser.html) query syntax. ## Key Features