Hello,
What would be best practice to create a smart search results page with a filter that controls how many reuslts display per page?
Thanks in advance,
You are probably talking about pager settings for smart search results. It is not a filter. You can pass it for example via query string and get via macro: {%QueryString.GetValue("pagesize", 10)|(identity)GlobalAdministrator%}
{%QueryString.GetValue("pagesize", 10)|(identity)GlobalAdministrator%}
Please, sign in to be able to submit a new answer.