https://bugs.kde.org/show_bug.cgi?id=378726

Igor Poboiko <igor.pobo...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |igor.pobo...@gmail.com

--- Comment #9 from Igor Poboiko <igor.pobo...@gmail.com> ---
When expanding search query, terms which are connected with underscore (i.e
query [nategraham_notnategraham]) are expanded as phrase query (equivalent to
query ["nategraham notnategraham"]), meaning that these two words should match
*exactly* and to be in this particular order.

Phrase searches by prefix (when the second term is not written completely, but
just its prefix - like ["nategraham notnate"]) are unfortunately not yet
implemented.

As a workaround I suggest replacing underscore with AND (i.e. just [nategraham
AND notnate]) - in that case your document will match.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to