This object is in archive! 
Upvote 1

Tags cloud doesn't work

Archived Irena Balin 11 years ago

Hello! I started to add tags to make our content more usable, but I found that the tag cloud doesn't work. Is there anything I'm doing wrong? I'm looking for a very simple thing: click on a tag and see all posts that used that tag.

Best Answer
photo

We've checked your community one more time and identified that it's not a problem.

Standard MYSQL full-search works that way:

  1. If you search results give you more than 50% of the total objects, no results will be shown at all, as results are irrelevant;
  2. In your case SSMA keyword is in 6 responses out of 11 in total (in response title, response description or tag) These objects are indexed for the search.

Try to remove identification of SSMA from one response and you should get 5 results after entering in search or clicking on SSMA tag.

This is native MYSQL behavior and can be overloaded only in MYSQL server settings.

Replies (2)

photo
1

We've checked your community one more time and identified that it's not a problem.

Standard MYSQL full-search works that way:

  1. If you search results give you more than 50% of the total objects, no results will be shown at all, as results are irrelevant;
  2. In your case SSMA keyword is in 6 responses out of 11 in total (in response title, response description or tag) These objects are indexed for the search.

Try to remove identification of SSMA from one response and you should get 5 results after entering in search or clicking on SSMA tag.

This is native MYSQL behavior and can be overloaded only in MYSQL server settings.

photo
1

If you want MYSQL to disregard 50% of keywords included in responses, you can just replace the code in /modules/system/models/DbTable/Responses.php file (line 510 or near it) with the attached one.

By replacing the code, all search results should be shown

Replies have been locked on this page!