Voici la liste des variables dtSearch que vous pouvez utiliser dans la section « Les résultats » des réglages, au niveau des réglages « Texte de la première ligne » et « Texte de la deuxième ligne » :

Attention le système est sensible à la casse.


  • // Creation date of the document (UTC) = %%[dtCreatedDate]
  • // DisplayName If non-blank, a user-friendly name to display for the document (for example, the title of an HTML document) = %%[dtDisplayName]
  • // An integer that uniquely identifies each document in an index = %%[dtDocId]
  • // Name of the document as it is stored in the index = %%[dtFilename]                    
  • // Number of hits found in this document = %%[dtHitCount]                          
  • // Details on words matched in this document = %%[dtHitDetails]
  • // Word offsets of hits found in this document = %%[dtHits]
  • // By-word summary of hits found in this document = %%[dtHitsByWord]
  • // dtSearch Engine build number used to index this document = %%[dtIndexedBy]
  • // Full path to the index this document was found in = %%[dtIndexRetrievedFrom]
  • // The folder where the document is located = %%[dtLocation]
  • // Modification date of the document (UTC) = %%[dtModifiedDate]
  • // Number of hits in this document, counting each phrase as one hit. This is only available if the dtsSearchWantHitsByWord flag was set in SearchJob.SearchFlags = %%[dtPhraseCount]
  • // Relevance score for this document = %%[dtScore]
  • // Relevance score for this document, expressed as a percentage (0-100) of the highest-scoring document in the search = %%[dtScorePercent]
  • // The name of the document, without the path = %%[dtShortName]
  • // Size of this document when it was indexed = %%[dtSize]
  • // Hits-in-context string from SearchReportJob = %%[dtSynopsis]
  • // The first 80 text characters of the document = %%[dtTitle]
  • // Type id of the document = %%[dtTypeId]
  • // Field-value pairs found in this document when the document was indexed = %%[dtUserFields]
  • // Use to prevent an item from being added to SearchResults in the OnFound callback = %%[dtVetoThisItem]
  • // Integer identifying the index that the document was retrieved from, in the IndexesToSearch array = %%[dtWhichIndex]
  • // Integer identifying the index that the document was retrieved from, in the IndexesToSearch array = %%[dtWordCount]