Home
last modified time | relevance | path

Searched refs:writeSearchStat (Results 1 – 3 of 3) sorted by relevance

/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/indexed_search/Classes/Controller/
H A DSearchController.php325 …$this->writeSearchStat($searchData, $this->searchWords, $resultData['count'], [$tstamp1, $tstamp2,…
860 protected function writeSearchStat($searchParams, $searchWords, $count, $pt) function in TYPO3\\CMS\\IndexedSearch\\Controller\\SearchController
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/indexed_search/Classes/Controller/
H A DSearchController.php318 …$this->writeSearchStat($searchData, $this->searchWords, $resultData['count'], [$tstamp1, $tstamp2,…
851 protected function writeSearchStat($searchParams, $searchWords, $count, $pt) function in TYPO3\\CMS\\IndexedSearch\\Controller\\SearchController
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/indexed_search/Classes/Controller/
H A DSearchController.php322 $this->writeSearchStat($this->searchWords ?: []);
860 protected function writeSearchStat(array $searchWords): void function in TYPO3\\CMS\\IndexedSearch\\Controller\\SearchController