[Experimental] Filter tags witn 'no' value during feature type recognition.

I don't remember, why I comment this early ...
This commit is contained in:
vng 2011-10-07 13:06:54 +03:00 committed by Alex Zolotarev
parent 732fd70285
commit c00dd5678b

View file

@ -476,8 +476,8 @@ namespace ftype {
continue;
// this means "no"
//if (get_mark_value(k, v) == -1)
// continue;
if (get_mark_value(k, v) == -1)
continue;
strings::Tokenize(v, ";", tags_wrapper<ToDo>(k, toDo, res));
if (res) return res;