Project

General

Profile

Actions

Bug #21253

closed

Indexing of files provided by dam_frontend extension fails

Added by eric over 14 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2009-10-12
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I've just add dam_frontend extension to manage links to files stored and managed by dam extension.
I try indexing all pages showing single views of my files (descriptions, link to the file ....)
With crawler i successfully manage to send URLS of these single views, but when indexing the content is not indexed, nor the file (PDF) neither the description etc ...

I don't know why because with same configuration i manage to index single views of my tt_news including content and file links.

I attach 2 examples in debug mode (see additional informations for source of contents trying to index)

The difference i see is that in contentParts the body is empty for dam_frontend.

Here is the source of the ttt_news content

<div class="contenu_1">

<a id="c636"></a>
<h2>Mise à disposition des packages DB2 EVALSTAT et restitutions BO pour les évaluations CE1 et CM2 </h2>
<h4>24.07.09 13:13 Il y a: 80 Jour(s) </h4>
<h3></h3>
<p class="news-single-author"> </p>
<p class="bodytext">Les académies peuvent dès à présent télécharger :<br /> - une mise à jour de la base EVALSTAT avec la procédure d'installation <a href="http://difftest.in.ac-orleans-tours.fr/diff/produits/evaluation_primaire/tel/versionsBO.html" target="_blank" >ici</a> ou dans la rubrique 'Univers BO''.<br /> - l'univers et les requêtes BO avec leur documentation associée <a href="http://difftest.in.ac-orleans-tours.fr/diff/produits/_bo.php" target="_blank" >ici</a> ou dans la rubrique 'Univers BO''.<br /> NB : une note d'information spécifique aux requêtes CM2 est jointe dans le package.

</p>
<p class="bodytext">Selon votre situation en académie, vous devez vous référer aux consignes données le 15 juillet 2009.<br /> Les scénarii ODI qui effectueront l'alimentation de la base de données EVALSTAT <strong>ne pourront être déclenchés qu'à partir du 24 juillet après-midi</strong>, après confirmation du PIAD par e-mail.
</p>
<p class="bodytext"> N'oubliez pas de répondre au suivi de l'installation des Restitutions BO - CE1 en académie à l'adresse <a href="javascript:linkTo_UnCryptMailto('nbjmup+ejgg/fwbmAbd.psmfbot.upvst/gs');" >diff.eval(at)ac-orleans-tours.fr</a> .</p>
<div class="news-single-additional-info">

&lt;dl class=&quot;news-single-files&quot;&gt;&lt;dt&gt;Fichiers:&lt;/dt&gt;
&lt;dd&gt;&lt;img src=&quot;typo3/sysext/cms/tslib/media/fileicons/pdf.gif&quot; width=&quot;18&quot; height=&quot;16&quot; border=&quot;0&quot; alt=&quot;&quot; title=&quot;&quot; /&gt;&lt;a href=&quot;uploads/media/MPD_DIAG_GEOGRAPHIQUE.pdf&quot; &gt;MPD_DIAG_GEOGRAPHIQUE.pdf&lt;/a&gt;&lt;/dd&gt;&lt;/dl&gt;
&lt;/div&gt;
&lt;a href=&quot;index.php?id=248&quot; &gt;Retourner à la liste&lt;/a&gt;

&lt;/div&gt;

</div>

And here is the source of the dam_frontend content

&lt;div class=&quot;contenu_1&quot;&gt;
&lt;a id=&quot;c735&quot;&gt;&lt;/a&gt;

&lt;div class=&quot;tx-damfrontend-pi1&quot;&gt;
&lt;table class=&quot;file_singleView&quot; border=&quot;1&quot;&gt;
&lt;tr&gt;
&lt;th&gt;TITRE&lt;/th&gt;&lt;th&gt;Calendrier Evaluation 2009&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;title&quot;&gt;PUBLIE LE &lt;/td&gt;&lt;td&gt;04-03-2009&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;title&quot;&gt;DESCRIPTION&lt;/td&gt;&lt;td&gt;Le calendrier du projet pour les prochains mois.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;title&quot;&gt;TAILLE &lt;/td&gt;&lt;td&gt;21 Ko&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;title&quot;&gt;TYPE&lt;/td&gt;&lt;td&gt;pdf&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;title&quot;&gt;LIEN&lt;/td&gt;&lt;td&gt;&lt;a href=&quot;fileadmin/diffusion/produits/eval1d/Documentations/Documents_Reference/calendrier_evaluation_2009.pdf&quot; &gt;&lt;img src=&quot;typo3conf/ext/dam_frontend/res/ico/clip_pasteafter.gif&quot; width=&quot;12&quot; height=&quot;12&quot; border=&quot;0&quot; alt=&quot;&quot; title=&quot;&quot; /&gt;&lt;/a&gt; &nbsp;&lt;span style=&quot;font-weight: bold&quot;&gt;&lt;a href=&quot;fileadmin/diffusion/produits/eval1d/Documentations/Documents_Reference/calendrier_evaluation_2009.pdf&quot; &gt;calendrier_evaluation_2009.pdf&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan=&quot;2&quot; &gt;&lt;a href=&quot;index.php?id=291&quot; &gt;&lt;img src=&quot;typo3conf/ext/dam_frontend/res/ico/turn_left.gif&quot; width=&quot;9&quot; height=&quot;11&quot; border=&quot;0&quot; alt=&quot;&quot; title=&quot;&quot; /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;

&lt;/div&gt;

</div>

(issue imported from #M12208)


Files

debug_is_dam_frontend.html (29.7 KB) debug_is_dam_frontend.html Administrator Admin, 2009-10-12 11:20
debug_is_tt_news.html (98.6 KB) debug_is_tt_news.html Administrator Admin, 2009-10-12 11:22
Actions #1

Updated by eric over 14 years ago

It appears that content generated by dam_frontend is not in cache (using USER_INT) ...
Is there a way to index it ??

Actions #2

Updated by Axel Brand about 14 years ago

Is there any code like
$GLOBALS['TSFE']->set_no_cache();
in the extension? comment it out and it will work.

Actions #3

Updated by Dmitry Dulepov about 14 years ago

Only cached results can be indexed.

Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF