-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
This package was strongly based on the Algolia Symfony Bundler (https://github.com/algolia/search-bundle/ - MIT License).
MeiliSearch and Algolia are indeed similar but not exactly the same. It means there are some naming inconsistencies in the code base of this repository.
-
objectIdshould not be used. MeiliSearch does not generate anyobjectIdbut contains aprimaryKeythat depends on the user dataset. See an example of how to fetch the current primary key of an index
💡 More about the primary key -
requestOptionsshould be renamed intosearchParams(done with Rename requestOptions to searchParams #70) -
indexNameshould be renamed asindexUid(done with Rename indexName to indexUid #69)
I would rather each point be done in different PRs 🙂
Feel free to ask any question you need!
djmattyg007
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers