From d419f151a0c5cd2b6bf4862fb920ce0cadd14718 Mon Sep 17 00:00:00 2001 From: mpostma Date: Wed, 1 Jul 2020 13:35:37 +0200 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c785efcf4..62b3257b2 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ For more information about features go to [our documentation](https://docs.meili * Whole documents are returned * Highly customizable * RESTful API +* Faceted search and filtering ## Get started @@ -92,6 +93,8 @@ cd MeiliSearch In the cloned repository, compile MeiliSearch. ```bash +rustup override set stable +rustup update stable cargo run --release ```