<table><tr><td style="">bruns created this revision.<br />bruns added reviewers: Baloo, Frameworks, ngraham, poboiko.<br />Herald added projects: Frameworks, Baloo.<br />Herald added a subscriber: kde-frameworks-devel.<br />bruns requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D17162">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>The engine differentiates between independent terms, and adjacent terms<br />
forming a phrase. The latter is e.g. used for mail addresses and file<br />
names, "ice@fire.com" or "foo_bar.png". In the database these are stored<br />
without any punctuation characters, but with their relative positions.</p>

<p>While most punctuation characters (e.g. ".", ",", "/", "-", ...) are<br />
treated the same, underscore was handled differently. A query for<br />
"foo-bar.png" searches for the three adjacent terms, while "foo_bar png"<br />
searches for the three terms in any order.</p>

<p>Treat "_" like any other punctuation character. For this to work, the<br />
delimiter has to be checked from the original input string, not the<br />
text mangled for QTextBoundaryFinder.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>ctest</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R293 Baloo</div></div></div><br /><div><strong>BRANCH</strong><div><div>submit</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D17162">https://phabricator.kde.org/D17162</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>autotests/unit/engine/queryparsertest.cpp<br />
src/engine/queryparser.cpp</div></div></div><br /><div><strong>To: </strong>bruns, Baloo, Frameworks, ngraham, poboiko<br /><strong>Cc: </strong>kde-frameworks-devel, ashaposhnikov, michaelh, astippich, spoorun, ngraham, bruns, abrahams<br /></div>