[search] Fix bug - do not clear feature params when adding suggest tokens to index.

This commit is contained in:
vng 2012-02-08 20:56:33 +03:00 committed by Alex Zolotarev
parent 6527b91c94
commit 8e34c67e6b

View file

@ -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]));
}