Use own request crate, instead of the meilisearch_sdk version #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "implement-own-client"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The problem is that the
meilisearch_sdkwan't to have lifetimes everywhere,which is in conflict with the static lifetime in leptos.
This PR is solving that problem by implement the request for the
SingleSearchandMultiSearch.There are also breaking changes, for example renaming the
MeilisearchAuthParameterstoAuthParameters.assigned to @kerkmann
enabled an automatic merge when the pipeline for
c49e01be41succeedsmentioned in commit
4f6b1210a7