Iron(III) Oxide

Results 47 comments of Iron(III) Oxide

I think this issue is interesting, I'll try fixing it!

I noticed that `filter` query string works only for POST request currently, and not GET request. When you search, you don't use GET request. You only use POST request, and...

I managed to reproduce the error in my Client API, and also managed to narrow down the relevant code to a handful of files in a single folder. This is...

`meilisearch/meilisearch-http/tests/documents` seems to be the place where I should be editing, but I'm not really sure since this belongs to the `tests` folder rather than `src` folder. Can you confirm?...

`let (response, code) = index.get_document(0, None).await;` I need to put `Option` instead of `None` above. I'm trying to figure out how to put those options in there. This is in...

no worries! If you're going to implement this kind of change though, I think you should first have a ticket that instruct people to add a test for the filtering...

@curquiza I still think that there needs to be a test for the filtering feature on the GET document requests, so I'm working on figuring it out until I got...

Please present a clear comparison between how it currently is, and how you want it to be

why do you need to remove `data.ms`?

I'm unable to reproduce the error for the [latest version of meilisearch](https://hub.docker.com/layers/getmeili/meilisearch/v0.30.0/images/sha256-56d263069d9308a1d75a750f90c3a935b97a37dd888344220ce89f1823f754de?context=explore) on dockerhub. $ sudo docker run --rm -e MEILI_NO_ANALYTICS=true -p 770:770 getmeili/meilisearch:v0.30.0 ./meilisearch --master- ``` key=masterKey Unable to...