Jesse Chan-Norris
Jesse Chan-Norris
I encountered an issue where our server would die after attempting to send a malformed email notification. I've attempted to address the specific issue in #755 but this probably shouldn't...
Since we do not have the ability to do multi-geo points in the same document (https://github.com/meilisearch/product/discussions/508), I've been thinking about possibly indexing the same object multiple times using a different...
It looks like the files packaged in the 0.1.7 gem are not world readable, which is causing problems on my app server as the gems are installed globally and the...
I was wondering whether there is a way to use the Ransack interface to query the locale accessors directly. Something along the lines of: ``` Fruit.ransack(name_en_eq: "banana").result ``` As it...