Skip to content

Conversation

@carlosb1
Copy link
Contributor

Pull Request

Related issue

Fixes #191

What does this PR do?

Added the first two functions (with their tests) for issue #191. It includes two functions for sending njdson payloads

  • add_documents_ndjson
  • update_documents_ndjson

PR checklist

Please check if your PR fulfills the following requirements:

  • Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
  • Have you read the contributing guidelines?
  • Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!

@bidoubiwa bidoubiwa requested a review from irevoire August 16, 2023 09:38
@bidoubiwa
Copy link
Contributor

Hey @carlosb1
Sorry for the delay! The code looks good to me :) I'm just checking something with @irevoire, I should get back to you very soon

@carlosb1
Copy link
Contributor Author

carlosb1 commented Aug 16, 2023 via email

Copy link
Contributor

@irevoire irevoire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@bidoubiwa
Copy link
Contributor

bors merge

@meili-bors
Copy link
Contributor

meili-bors bot commented Aug 16, 2023

@meili-bors meili-bors bot merged commit 241e797 into meilisearch:main Aug 16, 2023
@curquiza curquiza added the enhancement New feature or request label Sep 12, 2023
meili-bors bot added a commit that referenced this pull request Sep 12, 2023
519: Update version for v0.24.2 r=curquiza a=curquiza

## 🚀 Enhancements

* Re-export public structures for better import path (#493) `@adriantombu`
* Added function for sending NDJSON documents (#494) `@carlosb1`
* Add missing startedAt field in EnqueuedTask (#485) `@sebastiantoh`
* #499 (attributesToSearchOn) (#510) `@brendon-shf`
* Add total field to get-tasks route (#509) `@hmacr`
* Implement client for experimental-features API (#516) `@hmacr`


Co-authored-by: curquiza <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NDJSON/CSV methods to add and update documents

4 participants