From 0f213f22029f234a5a630e3dcea24f165e27e5c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar?= Date: Wed, 26 Jan 2022 17:49:55 +0100 Subject: [PATCH] Replace MeiliSearch by Meilisearch --- filter-parser/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter-parser/README.md b/filter-parser/README.md index dfbc03d07..b4ddda3d3 100644 --- a/filter-parser/README.md +++ b/filter-parser/README.md @@ -1,6 +1,6 @@ # Filter parser -This workspace is dedicated to the parsing of the MeiliSearch filters. +This workspace is dedicated to the parsing of the Meilisearch filters. Most of the code and explanation are in the [`lib.rs`](./src/lib.rs). Especially, the BNF of the filters at the top of this file.