Tracking search keywords (internal site search)

Hello everyone!

I’m using the PHP tracking API to track requests. One of those API calls is for doTrackSiteSearch() to track search keywords for the internal site search.

$matomo->doTrackSiteSearch($keyword, "", $totalResults);

Unfortunately, it does not seem to do anything. I can see the “folder” icon on the “Visits in real-time” for the URL (/search/) but thats it. There is no place to look at all the keywords.

Do I need to enable some pluging to track internal search keywords?

Or is this a bug?

I’d appreciate some help.

Thank you!