Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] Support meilisearch #35

Open
chrisdmacrae opened this issue Aug 24, 2020 · 3 comments
Open

[RFC] Support meilisearch #35

chrisdmacrae opened this issue Aug 24, 2020 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@chrisdmacrae
Copy link
Owner

Use case (user story)

Meilisearch is an open source Algolia-like search engine.

Scenarios

N/A

Notes

  • This comes after the re-write
@chrisdmacrae chrisdmacrae added enhancement New feature or request help wanted Extra attention is needed labels Aug 24, 2020
@DirtyF
Copy link

DirtyF commented Aug 24, 2020

/cc @curquiza

@curquiza
Copy link

curquiza commented Sep 7, 2020

Hey 🙂
I am not sure to understand the aim of this project. Is it supposed to make updates to MeiliSearch / Algolia index and waiting for the indexation / deletion to be done before returning the function?

@chrisdmacrae
Copy link
Owner Author

@curquiza this tool currently updates a single Algolia index with the least amount of operations.

With the Algolia js sdk by itself, you update every record irregardless if they haven’t changed, every time, unless you write the logic of this tool yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants