I have a problem with stopwords in content tagging - it seems that partial phrases are being matched, cutting off single letters or sylables from words. For example I have the following stopwords:
and on this thread ci??aróweczki po in vitro I get the following keywords tag:
the first keyword shoud be "ciężaróweczki" and "się" shouldn't be there at all.
Database is utf-8, servers are fully utf-8 enabled.
Code:
ci
się
w
and on this thread ci??aróweczki po in vitro I get the following keywords tag:
Code:
<meta name="keywords" content="ężaróweczki,vitro,się,ż,zdrojó"/>
the first keyword shoud be "ciężaróweczki" and "się" shouldn't be there at all.
Database is utf-8, servers are fully utf-8 enabled.