mongoid_fulltext
mongoid_fulltext copied to clipboard
Support for Mongoid localized fields
Is it possible to use a fulltext search on a translated field ? Knowing the fields behaves like a hash, it it possible to either
- 1: enable lookup for all languages at the same time,
- 2: given a language (ie
I18n.locale
), autocomplete only for that specific language ?
This would require some work, feel free to contribute.
Superset of https://github.com/mongoid/mongoid_fulltext/issues/14