Description
Thanks @hawkw for noticing. I think in general we would prefer underscores not to be treated like whitespace.
The ability to configure separators was added in Meilisearch 1.4.0. We are on version 0.24.3 of the Rust SDK, which looks like it wraps Meilisearch 1.2.0. That may not be correct, though, because in theory this underscore behavior started in 1.3.0 (source).
The behavior of the underscore has been changed since Meilisearch v1.3.0 and is now considered a separator by default
We would have to upgrade to 0.25.0 to get 1.7.0 to configure the separator.
https://github.com/meilisearch/meilisearch-rust/releases
Line 44 in 070edfd
Lines 111 to 112 in 070edfd
https://github.com/meilisearch/meilisearch-rust/releases/tag/v0.25.0