forked from organicmaps/organicmaps
[search] Fix bug - do not clear feature params when adding suggest tokens to index.
This commit is contained in:
parent
6527b91c94
commit
8e34c67e6b
1 changed files with 0 additions and 1 deletions
|
@ -98,7 +98,6 @@ public:
|
|||
f.ForEachNameRef(inserter);
|
||||
|
||||
// add names of categories of the feature
|
||||
inserter.m_val.clear();
|
||||
for (size_t i = 0; i < types.Size(); ++i)
|
||||
inserter.AddToken(search::CATEGORIES_LANG, search::FeatureTypeToString(types[i]));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue