phodal / quake

Quake is a knowledge management meta-framework for geeks. Use meta-data + Transflow to CRUD data, Git + markdown to management content, Web Component for frontend-custom. Quake 是面向极客的知识管理元框架。
MIT License
441 stars 39 forks source link

replace Meilisearch to Meilisearch core milli #46

Closed phodal closed 2 years ago

phodal commented 2 years ago

Feature Request

replace search engine to Meilisearch core https://github.com/meilisearch/milli

the issues:

Milli 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.

phodal commented 2 years ago

milli only support for one index.