-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Query
-
Fully Compatible
In https://jira.mongodb.org/browse/MONGOID-4624 the user attempts to define a scope called `text_search`. Mongoid has a built in method that's called that, and this method is invoked regardless of whether a scope called `text_search` is defined. We should warn that the user is defining a scope with this name because it won't be used.
- related to
-
MONGOID-4624 scoped text searches wipe all previous criteria
- Closed