Details
-
Improvement
-
Resolution: Won't Fix
-
Major
-
None
-
3.2.1
-
None
-
Unknown
-
Description
My client does a query on the word "label".
Then, the search engine returns all the documents that have the <label> HTML tag in it. (like:
{html}<label name="blahblah" />
{/html}).
So, we should:
- make HTML tags not being indexed (I don't know if it is possible).
- index the rendered content (rendered as plain text) instead of the wiki content.
WDYT?