You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this change is intended to simplify things for lower-level users by hiding indexes "under the hood", but in my opinion there is only so far we can go in this direction, since even adding or accessing documents requires an index ID and many important settings are also tied to indexes.
Here is what I think of the proposed changes:
In getting started, explicit index creation should be briefly mentioned, maybe in a single sentence, but not demonstrated.
In the main concept guide, we should definitely add an implicit vs. explicit comparison section similar to MongoDB's. Implicit: default option, simple, less code. Explicit: more error-proof.
In terms of the sidebar order, I think Documents and Indexes should just be switched both in Main Concepts and API References.
With the arrival of lazy index meilisearch/meilisearch#918 we have to consider how it will impact the documentation.
Should indexes be put to the background since their knowledge is not essential to working with MeiliSearch?
This can be done through different changes:
relevancy
instead of as the first guide.The text was updated successfully, but these errors were encountered: