ui: sorting search results
* search results are sorted by: score > length > name * fixed crash that occurred when trying to get a node by id with id == 0
This commit is contained in:
@@ -104,7 +104,7 @@ private:
|
||||
void log(std::string type, std::string str, const ParseLocation& location) const;
|
||||
|
||||
SearchIndex m_commandIndex;
|
||||
SearchIndex m_searchIndex;
|
||||
SearchIndex m_elementIndex;
|
||||
|
||||
SqliteStorage m_sqliteStorage;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user