Site Search not showing on Dashboard

Hi

I am evaluating Piwik for my application. I have setup local instance.
I am invoking trackSiteSearch from js code.

Piwik.getAsyncTracker().trackSiteSearch($scope.searchKey, false, totalCount);

I can see a request getting fired in browser, but nothing shows up in the browser in Site Search Keywords.
Am i doing something wrong ?

Could you check the Visitor log? Only a few reports in Piwik work in realtime. Other require archiving process (which may be triggered from the CLI or via web browser).