mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-01-11 14:04:31 +01:00
Merge #441
441: Changes related to the rebranding r=curquiza a=meili-bot
_This PR is auto-generated._
- [X] Change the name `MeiliSearch` to `Meilisearch` in README.
- [x] ⚠️ Ensure the bot did not update part you don’t want it to update, especially in the code examples in the Getting started.
- [x] Please, ensure there is no other "MeiliSearch". For example, in the comments or in the tests name.
- [x] Put the new logo on the README if needed -> still using the milli logo so far
Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
This commit is contained in:
commit
c63f945093
@ -6,9 +6,9 @@
|
||||
|
||||
## Introduction
|
||||
|
||||
This repository contains the core engine used in [MeiliSearch].
|
||||
This repository contains the core engine used in [Meilisearch].
|
||||
|
||||
It contains a library that can manage one and only one index. MeiliSearch
|
||||
It contains a library that can manage one and only one index. Meilisearch
|
||||
manages the multi-index itself. Milli is unable to store updates in a store:
|
||||
it is the job of something else above and this is why it is only able
|
||||
to process one update at a time.
|
||||
@ -65,5 +65,5 @@ To enable the hook, run the following command from the root of the project:
|
||||
cp script/pre-commit .git/hooks/pre-commit
|
||||
```
|
||||
|
||||
[MeiliSearch]: https://github.com/MeiliSearch/MeiliSearch
|
||||
[Meilisearch]: https://github.com/meilisearch/meilisearch
|
||||
[flamegraph]: https://github.com/flamegraph-rs/flamegraph
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user