mongoid_search
mongoid_search copied to clipboard
Simple full text search for Mongoid ORM
Hi, is it possible to support case sensitive queries?
I've tried this tasks and it faild, because `Mongoid::Search.classes` returned `[Object]`. Maybe the problem is in nesting: Mongoid::Search is included into another concern, which is included to models. Any thoughts/suggestions?
Hi there, I have mongoid and mongoid_search from GitHub: ``` gem 'mongoid', github: 'mongodb/mongoid' gem 'mongoid_search', github: 'mongoid/mongoid_search' ``` I am using Rails (6.0.3.4) and I'm getting this when I...
@mauriciozaffari care to help out and designate some new owners that can clean this thing up? Via https://github.com/mongoid/mongoid_search/issues/106#issuecomment-335487677, we have @sveredyuk and @Loschcode and maybe @sivagollapalli via https://github.com/mongoid/mongoid_search/pull/102? Please say...
When I try to index, I am seeing the following. Any ideas? ``` $ rake mongoid_search:index` /usr/local/lib/ruby/gems/2.7.0/gems/mongoid-7.0.5/lib/mongoid.rb:104: warning: Using the last argument as keyword parameters is deprecated; maybe ** should...
When you create a object with embeds_one relation object keywords are not saved. I have write a test with the error: https://github.com/rjurado01/mongoid_search/commit/b81db464d251207f3ae0acdf2560de8bacdcbb19 The problem is that when you uses this...
Guys, don't you think it's better to have `query` string "regexp-escaped" by-default in your example initializer from README? This is what you have there now: ```ruby ## Match partial words...
Hi. I'm a graphic designer and an open source enthusiast. I've designed a logo for this project. V.1  V.2  If you need anything change, please let me...
Hello, I would like to ask, if is reason, why running callbacks during reindexing? Faster will be atomic set method. What do you think? Thanks! Marian
We need to make sure in Rubinius support. Now Travis fails because of RVM, which can't find `rbx-2.1.1`.