• Hi Mikko, I’m doing some tests: in the file lib/contextual-help.php I modified this filter, I set #3, but it shows many more searched items.

    add_filter( 'relevanssi_user_searches_limit', function() { return 50; } );

    • This topic was modified 1 week, 5 days ago by steve92.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mikko Saari

    (@msaari)

    That file is the help documentation, not the actual running filter. If you change it there, you’ll only change what appears in the contextual help. You need to add the code to your theme functions.php or in a code snippet for it have any effect.

    Note that this filter function only affects the number of items shown at the “User searches” stats page.

    Thread Starter steve92

    (@steve92)

    How many items does it show by default on the dashboard?

    • This reply was modified 1 week, 5 days ago by steve92.
    • This reply was modified 1 week, 5 days ago by steve92.
    Plugin Author Mikko Saari

    (@msaari)

    100.

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.