Feature #15497
closedSearch id or classes for indexed search
0%
Description
The current situation with indexed_search is that markers have to be used to limit the search to the actual content.
Without the markers it will be likely that parts of the navigation are shown first in the indexed search summary.
I would like to propose to let certain areas be searchable. In TemplaVoila and the Template Parser id's and classes are used now and it seems most logical that indexed_search would have a configuration option to set some areas (id/class) searchable. For instance on a lot of installations we use <div id="content"> for the content. Several other areas or columns have a different id.
Please TYPO3: Pimp Indexed Search!! ;-)
(issue imported from #M2375)
Updated by Martin Kutschker over 17 years ago
It's not a tweak as looking for is a simple text search whereas looking for ids requires parsing the file into a DOM. This is much more time consuming.
Maybe you could ask if TV will add the HTML comments automatically if you check a "search" field in the mappings interface.
Updated by Dmitry Dulepov almost 13 years ago
- Status changed from New to Rejected
- Target version deleted (
0) - TYPO3 Version set to 4.7
Any automatic solution will not be perfect in this case. It is quite simple to add these markers in TypoScript. I think users should do that.