data: refactored file clearing on reparse to use TaskClearStorage
This commit is contained in:
@@ -40,7 +40,7 @@ void SearchController::handleMessage(MessageActivateNodes* message)
|
||||
for (const MessageActivateNodes::ActiveNode& node : message->nodes)
|
||||
{
|
||||
SearchMatch match;
|
||||
match.fullName = node.name;
|
||||
match.fullName = node.nameHierarchy.getFullName();
|
||||
match.nodeType = node.type;
|
||||
match.tokenIds.insert(node.nodeId);
|
||||
match.searchType = SearchMatch::SEARCH_TOKEN;
|
||||
|
||||
Reference in New Issue
Block a user