0

I'm using TYPO3 8 LTS-latest.

Is there a way to see a full history of all search queries performed by indexed_search?

I already searched for extension but a lot of them are outdated.

1 Answers1

0

And I am sure that all info is in the database itself. Look at the "index_stat_search" table. Use phpmyadmin. Or in the backend:

For Version 8 LTS use this:enter image description here

For Version 6.2 use this: enter image description here

Martin Krung
  • 1,098
  • 7
  • 22
  • yes thats true, that the statistic is available from the backend. But only per word, not per query. But thanks for the hint with phpmyadmin. there are the queries available. but sadly not a reasonable method for my customer. – Jimie-Dean Garrett Nov 21 '17 at 13:14
  • you could do it via google analytics. do a costum call with Javascript everytime somebody hit the submit button on search page. (If you know Javascript, its a easy task) – Martin Krung Nov 21 '17 at 14:36