Add section about the new MeiliDocumentContainer<T>
class in readme
#356
Labels
documentation
Improvements or additions to documentation
this PR #350 added
MeiliDocumentContainer<T>
but its usage is optional.we need to document to users how to use it, and use it more in the code samples.
to opt-in for it, users need to call
mapToContainer()
extension methods on search results.relevant test:
meilisearch-dart/test/search_test.dart
Lines 471 to 500 in d110365
The text was updated successfully, but these errors were encountered: