-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.0.9, 3.2.6
-
Component/s: Text Search
-
None
-
ALL
-
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.
- duplicates
-
SERVER-20307 Full word search using exact match phrase does not account for word boundaries
- Backlog