Details
-
Bug
-
Resolution: Duplicate
-
Major - P3
-
None
-
3.0.9, 3.2.6
-
None
-
ALL
-
Description
When using text search, it seems that some phrases can be ignored. I am using phrase searches to perform a logical AND on several words, for example:
$text: { $search: "\"cat\" \"publications\"" }
|
...to find results containing BOTH the words "cat" AND "publications". However, we found that with this example the phrase "cat" seems to be ignored and the search seems to just return results matching "publications".
See the repro steps for a simple example to demonstrate the issue.
Attachments
Issue Links
- duplicates
-
SERVER-20307 Full word search using exact match phrase does not account for word boundaries
-
- Backlog
-