Closed doutatsu closed 1 year ago
Hi @doutatsu, thanks for using Meilisearch!
I will investigate your bug report, and I'll let you updated as soon as possible!
Ok, I thought it could be something related to the camel casing we have internally in the gem, but there is no problem with that. I created a used case that covers the usage, so no problem at all there.
The problem is similar to the one you reported at #240.
Those options are not available as configure-time, only during search time. So this is not a bug :)
Ah my bad, I should read the documentation better, to make sure I spot the difference between runtime and configure options. So are all the existing configurations available in meilisearch are supported by the gem at this point?
Ah my bad, I should read the documentation better, to make sure I spot the difference between runtime and configure options.
No problem, I'm here to help! Also, if you think the documentation is not good enough PRs are always welcome!
So are all the existing configurations available in meilisearch are supported by the gem at this point?
Yes, most of them, all the unsupported options are described in the issues like this. In any case, you can open an issue, and we can help you :)
Description It looks like I cannot make use of these two fields, which are part of Meilisearch. It's quite annoying having to modify in place myself, instead of making use of existing functionality.
Basic example With this basic configuration:
And error is thrown
Other Any other things you want to add.