-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Text Search
-
Query Integration
-
(copied to CRM)
When searching text index for "abc-xyz", it is retrieving documents correctly with abc-xyz, but it is also pulling searches for abc or xyz as well. I've tested with diacriticSensitive set to true, but that still returned same results.
I stumbled on this issue when trying to run an OR search on multiple words with the hyphenation, which returns the same incorrect results e.g. "abc-xyz efg hij", which returns: "abc-xyz efg hij abc xyz" when it should be returning "abc-xyz efg hij".
- is duplicated by
-
SERVER-27946 Logical AND operator in Text Search - would allow combination with logical OR
- Closed
-
SERVER-28522 Is there a way to force at least one term from a list in a full text search in MongoDB?
- Closed
- is related to
-
SERVER-30163 Additional terms in phrase search are implicitly ignored.
- Backlog
-
SERVER-23619 Allow the delimiter set recognized by text search tokenizer to be configurable
- Backlog