Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-22583

Allow text search to OR exact phrases

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Text Search
    • Labels:
    • Query Integration

      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".

            Assignee:
            backlog-query-integration [DO NOT USE] Backlog - Query Integration
            Reporter:
            mknwebsolutions Michael Mikhjian
            Votes:
            5 Vote for this issue
            Watchers:
            16 Start watching this issue

              Created:
              Updated: