From 2c3a78a0891416f82b47081d38e12f70d0cb6863 Mon Sep 17 00:00:00 2001 From: Kameshwara Pavan Kumar Mantha <25398886+pavanjava@users.noreply.github.com> Date: Tue, 14 Apr 2026 21:31:58 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e3a4942..cfc9bc2 100644 --- a/README.md +++ b/README.md @@ -1000,3 +1000,5 @@ Expected output: **193 tests passing**. | `Expected a filter operator after field '...'` | Unknown operator in WHERE clause | Use one of: `=`, `!=`, `>`, `>=`, `<`, `<=`, `IN`, `NOT IN`, `BETWEEN`, `IS NULL`, `IS NOT NULL`, `IS EMPTY`, `IS NOT EMPTY`, `MATCH` | | `Expected ')' ...` | Unclosed parenthesis in WHERE clause | Add the missing `)` to close the group | | `Qdrant error during SEARCH: ...` | Hybrid search on a non-hybrid collection, or wrong vector names | Ensure the collection was created with `HYBRID` before using `USING HYBRID` in INSERT/SEARCH | + +############## END ################