Allow text search to OR exact phrases

XMLWordPrintableJSON

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

      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:
            Unassigned
            Reporter:
            Michael Mikhjian
            Votes:
            5 Vote for this issue
            Watchers:
            16 Start watching this issue

              Created:
              Updated: