meilisearch / meilisearch-go

Golang wrapper for the Meilisearch API
https://www.meilisearch.com
MIT License
519 stars 85 forks source link

[v1.10.0] Update documents by function #574

Open brunoocasali opened 1 month ago

brunoocasali commented 1 month ago

Following this central issue

Explanation of the feature

Add a new capability to update documents based on a function

Usage: https://meilisearch.notion.site/Update-Documents-by-Function-0cff8fea7655436592e7c8a6de932062

TODO

⚠️ Please do 1 PR for all of these changes, and not several.

Ja7ad commented 1 week ago

@brunoocasali @curquiza Don't have documentation example for transcode?

https://github.com/meilisearch/documentation/blob/main/.code-samples.meilisearch.yaml

curquiza commented 1 week ago

Hello @Ja7ad

this feature is experimental. So, no documentation in a first place.

⚠️ Since it's experimental, I don't recommend you implement it until the community ask for it. It can bring a lot of work for us (and breaking frustration for the users) for nothing in the future if we

So, for experimental feature I really recommend not to implement it in repositories like Go SDK, until someone asks for it (of course) because wants to use it!

Ja7ad commented 1 week ago

Have issue https://github.com/meilisearch/meilisearch/issues/4956

curquiza commented 1 week ago

yes, will be fixed in v1.11 👌

Thank you for the report