We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 29076
    • 615 Posts
    How can I set the number of results pr. page in the result from SimpleSearch? I don't want any pagination.

    I tried both the documentation and this forum with no luck on this one.

    I run Revo latest and SimpleSearch latest.

    My snippetcall:
    [[!SimpleSearch? &ids=`1` &includeTVs=`1` &processTVs =`1` &containerTpl=`myContainerTpl` &tpl=`mySearchResults`]]

    [ed. note: Sylvaticus last edited this post 9 years, 1 month ago.]
      I think, thererfor I am! But what I am, and why...?
      • 49771
      • 16 Posts
      You should be able add the perPage parameter (default: 10) in your call.

      [[!SimpleSearch? &ids=`1` &includeTVs=`1` &processTVs =`1` &containerTpl=`myContainerTpl` &tpl=`mySearchResults` &perPage=`#ofresults`]]


      or a default snippet perPage snippet property may exist and you might be able to edit it there (snippet > properties)
        • 29076
        • 615 Posts
        Thanks, that did it. laugh
          I think, thererfor I am! But what I am, and why...?
          • 49771
          • 16 Posts
          no problemo! glad it worked =)