Bug #2876
mnoGoSearch indexer does not respect TYPO3SEARCH tags
| Status: | Needs Feedback | Start date: | 2009-03-17 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Dmitry Dulepov | % Done: | 0% |
|
| Category: | Other issues | |||
| Target version: | - | |||
| Votes: | 0 |
Description
When indexing sites through a indexing record type "server" or "realm", tags <!--TYPO3SEARCH_begin--> and <!--TYPO3SEARCH_end--> are not respected and the entire page is indexed.
TYPO3 4.2.6
mnoGoSearch 3.3.8
mnoGoSearch extension 2.2.0
Possibly related to http://forge.typo3.org/issues/show/2232
Associated revisions
Initial fix for bug #2876 ("FE editing is not always possible"). Caches are disabled if BE user is logged in.
[Bug 2876] Make images sortable in the BE, r=bernd
History
Updated by Dmitry Dulepov about 4 years ago
- Status changed from New to Needs Feedback
Please, provide a link to the page. I need to check the source of the page.
Updated by Xander Damen about 4 years ago
Hello Dimitry,
I tested it in an internal testing environment, before using the searchengine on the production website. So, at the moment, there is no url to give? Please tell me if you really need it, and I will set up an environment which will cause this error. This will probably be next week (or today if I get a quick reply ;-) )
Updated by Nathan about 4 years ago
I have the same problem on a production site. I could provide a link if necessary. I managed to get around the problem using the <noindex> tags in my templates but now all my pages have extra markup.
Updated by Xander Damen about 4 years ago
I have set up a test page which is not indexed correctly by mnogosearch: http://mnogo.xander.roquin.net/
I also encountered this problem when indexing an external (TYPO3) website (through server: http://externalwebsite.ext), that is using indexed search and has the tags respected by the indexed search extension.
I hope this can help you solve this problem.
Updated by Andres Toomsalu over 3 years ago
I can confirm that issue still exists with latest mnogosearch typo3 module and mnogosearch 3.3.8 - for a workaround I added <!--UdmComment--> tags to the site as described in mnogosearch docs.
Updated by gert redlich over 3 years ago
Gert Redlich - mnoGoSearch indexer does not respect TYPO3SEARCH tags ???
Dec 19 - mnogosearch_2.2.2.t3x - need a sample ?? here it is :
html source as verified from manual
<body>
<!-- ###DOKUMENT### begin -->
<div id="aussen_rahmen">
<div id="hauptseite">
<div id="rahmen1_links">
<div id="seiten_logo">###PAGELOGO###</div>
<div id="navi_spalte">###NAVISPALTE###</div>
</div>
<div id="rahmen2_mitte">
<div id="header_schriftzug_bild">###PAGESCHRIFTZUG###</div>
<div id="seiten_titel">###PAGETITLE###</div>
<div id="such_feld">###SEARCHFIELD###</div>
<div id="klick_pfad">###PATH###</div>
<!--TYPO3SEARCH_begin-->
<div id="content">
<!-- ###CONTENT### begin -->
<!-- ###CONTENT### end -->
</div>
<!--TYPO3SEARCH_end-->
</div>
<!-- ###DOKUMENT### end -->
</body>
The text-menue is definitely in a separate Object.
it results in a huge mass of search results incuding full text menu:
Fernsehmuseum Wiesbaden - Sie sind im Bereich : Ampex CVC-30
... RCA (Video) Ampex (Video) 25 Jahre Video Ampex VRX1000 Ampex VR1000 - 1956 Ampex VR1000C Ampex VR8000 Ampex VR1500 - 1963 Ampex VR1100 - 1966 Ampex VR1200 - 1966 Ampex VR2000A - 1967 Ampex VR2000B Ampex VR3000 - 1967 Ampex AVR 1 - 1973 Ampex AVR 2 - 1974 Ampex ACR 25 - 1974 Ampex AVR 3 - 1975 Ampex VPR-5 Ampex
. http://www.fernsehmuseum.info/ampex-cvc-30.html – 12K – 19.12.2009 22:00:03
check simple search form here:
http://www.fernsehmuseum.info/1094.html and search for the word "ampex"
Gert
I found this here :
I also disabled most of the [junk] markup that TYPO3 generates. I even got rid of the <!--TYPO3SEARCH_xxx--> markers in the normal output. It is not needed there.
so what now ? This was taken from the manual ? Where is the solution ???
Updated by gert redlich over 3 years ago
gert redlich wrote:
Gert Redlich - mnoGoSearch indexer does not respect TYPO3SEARCH tags ???
a workaround is following way - by try and error
<body>
<!-- ###DOKUMENT### begin -->
<NOINDEX>
<div id="aussen_rahmen">
<div id="hauptseite">
<div id="rahmen1_links">
<div id="seiten_logo">###PAGELOGO###</div>
<div id="navi_spalte">###NAVISPALTE###</div>
</div>
<div id="rahmen2_mitte">
<div id="header_schriftzug_bild">###PAGESCHRIFTZUG###</div>
<div id="seiten_titel">###PAGETITLE###</div>
<div id="such_feld">###SEARCHFIELD###</div>
<div id="klick_pfad">###PATH###</div>
</NOINDEX>
<!--TYPO3SEARCH_begin-->
<div id="content">
<!-- ###CONTENT### begin -->
<!-- ###CONTENT### end -->
</div>
<!--TYPO3SEARCH_end-->
<NOINDEX>
</div>
<div id="rahmen4_unten">
<div id="fusstext">###FOOTERTEXT###</div>
<div id="seitenanfang">###TOPOFPAGE###</div>
<div id="footerlogo">###FOOTERLOGO###</div>
</div>
</div>
</NOINDEX>
</div>
<!-- ###DOKUMENT### end -->
</body>
currently no comment
Updated by Fedir RYKHTIK over 2 years ago
Does the problem persists ? Or it was resolved meanwhile ?