Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
Gleb SinkovskiyGleb SinkovskiyDeveloper
Gleb SinkovskiyGleb SinkovskiyReviewer
AlexAlexChange Log Group
FixedChange Log Message
The relevance during search was twice as large, when searching for one word only.Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Fix versions
Affects versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Gleb Sinkovskiy
Gleb SinkovskiyDeveloper
Gleb Sinkovskiy
Gleb SinkovskiyReviewer
Alex
AlexChange Log Group
Fixed
Change Log Message
The relevance during search was twice as large, when searching for one word only.
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Fix versions
Affects versions
Created February 20, 2015 at 11:25 AM
Updated December 29, 2024 at 8:56 PM
Resolved March 21, 2015 at 12:07 PM
Add condition before foreach for appending
$revelance_parts
array (CategoriesEventHandler::OnSimpleSearch
lines 2666:2668 andkCatDBEventHandler::OnSimpleSearch
lines 1323:1326) to skip adding item when$positive_words
contains only one item.