-
Notifications
You must be signed in to change notification settings - Fork 100
Provide two methods to add documents from an async reader #417
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. For the clippy issue I think you just need to rebase with main
bors try |
tryBuild failed: |
bors try |
tryBuild failed: |
bors try |
tryBuild succeeded: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors merge
Build succeeded:
|
Pull Request
When using Meilisearch-rust to forward documents from another source it’s a pain to use.
These two simple methods let you send raw payload to meilisearch. But you need to specify your content-type.
## Note
I didn’t implements these method for the wasm version of the crate because
wasm-bindgen-futures
don’t provide anAsyncReader
trait.