[TYPO3-english] mnoGoSearch indexing
Pero Peric
pperic at mail.com
Fri Feb 28 13:07:16 CET 2014
Hi.
I started using mnoGoSearch long time ago and now i noticed some of
content outside of search markers being indexed. I went to debug things
and found class.tx_mnogosearch_postproc.php and something like this:
/**
* Processes content by removing everything except links from
parts of
* the content that should not be searched.
*
* @param string $html HTML to process
* @return string Processing content
*/
protected function processContent($html) {
so, does this mean that links are kept although they are outside search
markers? I tried to edit this function but nothing happend so i'm infact
not sure when this post processing is called?
What i want in the end is to index ONLY content found inside search
markers, not more, not less. Dmitry, can you give me a hint? Thx!.
regards.
More information about the TYPO3-english
mailing list