====== SEARCH_RESULT_PAGELOOKUP ====== ---- dataentry event ---- Description: Adjust how pagename match is displayed after search DefaultAction: Preventable: No Added_dt: 2018-04-05 ---- This event is signalled by [[xref>getPageLookupHTML()]] in [[xref>inc/Ui/Search.php]] for every matched pagename that is to be displayed as a search result. Handlers can use it to add information to that result. ===== Passed Data ===== * $data['page'] => the pageid of the result * $data['listItemContent'] => an Array of strings which will be concatenated and displayed as the content between the ''
  • '' tags in the respective section. ===== See also ===== * [[codesearch>SEARCH_RESULT_PAGELOOKUP|Code related to this event]] used in any DokuWiki's files, plugins and templates * [[devel:Action Plugins]] * [[devel:Events]] * [[SEARCH_RESULT_FULLPAGE]]