Marcus Stöhr
Marcus Stöhr
@k-37 I wanted to recreate the behaviour but wasn't able to. 😅 I think my comment is no longer relevant.
After some more research I found a solution(?). The errors are caused by the WASM integration and the configuration of the following experiments in my `webpack.config.js`: ``` module.exports = {...
@remigarcia Anything missing? Could you need help to finish this feature?
The difference would the use of `PUT` to update the existing document whereas `POST` replaces the document in it's entirety. This leads to - in my case - unwanted side...
Thanks for insights. There are 2 API methods which Algolia provides: https://www.algolia.com/doc/api-reference/api-methods/save-objects/ > Adds or replaces records. > > Adds records to an [index](https://www.algolia.com/doc/guides/sending-and-managing-data/prepare-your-data/in-depth/prepare-data-in-depth/#algolia-index) or replaces them. > > If...
@curquiza Any thing I can do to use always PUT? I tried it locally and adding new and updating existing documents using only PUT seems to be supported (with Meilisearch...
@norkunas Thanks for the workarounds. I'm currently patching the `HandlesDocuments`-trait and will see how this works out.
Small update from my side: With this fix https://github.com/meilisearch/meilisearch/pull/4539 my issue vanished. So this issue can be closed.
I have also added support for dropdown-menu in button group. /cc @bernard-ng
@Kocal How to handle custom styles? Should I import them in the controller or is this something to be handled in user land?