vim (User)
Fresh Boarder
Posts: 8
|
|
Building tags based on keywords 3 Years, 11 Months ago
|
Karma: 0
|
|
Hi,
I am trying to build tag list based on meta keyworkd (plugin enabled). I went through all articles and added keywords. Then I rebuild the tag list. I believe that counter of tags values were about right at that time. I found some misspeals. So I went through each article and changed/fixed/removed/added keywords. But counter field in tag list shows incorect values. For example - I have a tag used in 3 articles, but counter shows just 1. I checked tag visually and in MySQL database. I deleted tags multiple times and rebuild list, but still, count of articles is incorrect. Caching on my Joomla site is disabled.
How can I start to toubleshoot this problem? I am testing this component on the small site with about 30 articles. So I can guess about numbers. I want to use this on site with 400 articles, so I have to trust numbers before I can proceed.
Thanks again for great component!
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
vim (User)
Fresh Boarder
Posts: 8
|
|
Re:Building tags based on keywords 3 Years, 11 Months ago
|
Karma: 0
|
|
Found solution for this problem: when I enter multipe keys, I put a comma then space and then another key. This space was causing problems - every keyword that was not in the first place was giving me count of 1. Fixed it by removing spaces between commas:
Old metakey (without quotes): "Key1, Key2, Key3".
New metakey (without quotes): "Key1,Key2,Key3".
I am sure you can add function to remove trailing spaces in the future release.
|
|
|
|
Logged
|
|
|
The administrator has disabled public write access.
|
|