I need to implement full text search in mongomapper model. I have tried mongomapper_search gem but it didn’t work for me. I didn’t got any results from it. Is there any other gem available for such functionality ?
I need to implement full text search in mongomapper model. I have tried mongomapper_search
Share
Taking a guess — but when you first install a full text engine, you need to create your index. I looked over the mongomapper_search code, and see the following command (say for Product)
Try running that on your models, then performing your search.