Skip to content

[FIX] Searching and Forums - add and improve searching tools in forums

Domeshow Emmanuel requested to merge Domeshow/tiki:fix_search_by_forum into master

I discovered that there are two types of search in Tiki. The first is when MySQL full-text search is not enabled, and the second is when it is enabled. The problem is that when MySQL full-text search is not enabled, you get bad results because the search left the forum and some filter parameters don't exist. Another problem was that when you are in a specified forum and do a search, you even get the result from another forum if only it matches the word. I fixed them here!

Related links:

Edited by Domeshow Emmanuel

Merge request reports