• Resolved noamswapan

    (@noamswapan)


    Hello,

    I use the Slimstat plugin.

    Since I installed Relevanssi, Slimstat doesn’t record the most searched items anymore. The statistics concerning the search is like disabled.
    Would you have a solution please?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mikko Saari

    (@msaari)

    There’s a bug in SlimStat. Line 485 in wp-slimstat.php is:

    if ( empty( self::$stat[ 'searchterms' ] ) && !empty( $_POST[ 's' ] ) ) {

    It should be:

    if ( empty( self::$stat[ 'searchterms' ] ) && !empty( $_REQUEST[ 's' ] ) ) {

    Once I change that, tracking the search terms starts working again.

    Plugin Author Mikko Saari

    (@msaari)

    I created an issue in the SlimStat issue tracker about this bug. Hopefully they’ll fix it.

    Hi Mikko,

    Slimstat dev here. I will look into it and release a bugfix as soon as possible.

    Thank you,
    Jason

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slimstat – Top Searches’ is closed to new replies.