mongoid_fulltext icon indicating copy to clipboard operation
mongoid_fulltext copied to clipboard

Can't search array fields

Open vanboom opened this issue 10 years ago • 1 comments

I have an array field that stores an array of tags. I would like to search the tags along with my other fulltext fields.

When I do

   fulltext_search_in :tags

I get NoMethodError: undefined methodencoding' for ["ghost", "accounting"]:Array` ...when trying to update the fulltext indexes.

Thanks for a great gem! I will contribute if I can figure out how to fix this.

vanboom avatar Sep 24 '15 15:09 vanboom

Shouldn't be too hard to implement, looking forward to your PR @vanboom! :+1:

dblock avatar Sep 24 '15 22:09 dblock