Unable to get Pagination working

Craig Hazard asked on September 30, 2014 03:22

Hello again,

I have made my own custom search box and I am able to get a redirection to a results page, on that page I am using the Smart Search Results webpart. It is correctly displaying the results from the search, and I am able to change the amount of results shown at once, but I have been unable to get the Pagination feature working. Is there something I'm missing , some sort of configuration?

<section class="content-section">
        <h1 class="content-title">Search results for <span class="search-term">'<%= SearchString %>'</span></h1>
        <div class="content-search">
            <hale:SearchBox id="haleSearchBox" runat="server" SearchResultsPageUrl="/SearchResults" />
        </div>
        <ol class="search-results">
            <cms:SearchResults id="srchResults" runat="server" indexes="HaleSchool-Page" pagesize="2" />
        </ol>
    </section>

Recent Answers


Roman Koníček answered on November 30, 2014 13:47

Hi Craig,

I have followed your instructions, but I was unable to reproduce the issue. Could you please send me an email to support@kentico.com with files which contain searchbox and searchresults controls? Please refer to this Q&A thread in your email. Thank you.

Best Regards, Roman Konicek

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.