Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
Gleb SinkovskiyGleb SinkovskiyReviewer
AlexAlexChange Log Group
FixedChange Log Message
Temporary search tables from searches performed by non logged-in users were never deleted.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.
Time tracking
2m loggedStory Points
1Fix versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Gleb Sinkovskiy
Gleb SinkovskiyReviewer
Alex
AlexChange Log Group
Fixed
Change Log Message
Temporary search tables from searches performed by non logged-in users were never deleted.
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.
Time tracking
2m logged
Story Points
1
Fix versions
Created February 6, 2018 at 9:27 AM
Updated December 29, 2024 at 8:50 PM
Resolved April 6, 2018 at 2:17 PM
In "\CategoriesEventHandler::OnSimpleSearch" and "\kCatDBEventHandler::OnSimpleSearch" methods:
locate "if ( !$search_table_exists ) {" statement at the end of the method
inside that IF add this code: $this->Application->StoreVar('search_performed', 1);