Jens Kohl

Results 42 comments of Jens Kohl

I just found a typo in my localization. It worked after fixing it. I will make you a pull request for that.

I identified the issue and resolved it using the following command: ``` docker compose exec meilisearch ash curl -X PATCH 'http://localhost:7700/indexes/bookmarks/settings' \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer $MEILY_MASTER_KEY'...