Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Integrater 9 posts 79 karma points
    Dec 29, 2017 @ 10:41
    Integrater
    0

    Mercello Query with pagination

    Is there a way to return exact number of products per page with mercello helper query ?

    When i search , for example 10 products on 1st page , i got only one product (other 9 are not available) ?

    list = merchelloHelper.Query.Product.TypedProductContentSearch(1, 10, order_by, Merchello.Core.Persistence.Querying.SortDirection.Ascending);

    It makes pagination impossilble . Only way is to return all products , then create pagination manualy with list.skip(page*itemsperpage).take(itemsperpage)

  • Integrater 9 posts 79 karma points
    Jan 03, 2018 @ 07:22
    Integrater
    0

    anyone?

  • Chirag Solanki 1 post 71 karma points
    Apr 22, 2018 @ 19:44
    Chirag Solanki
    0

    Hello Rusty,

    I am using same code and facing same issue. Am i missing something here.?

    Really need help. :)

Please Sign in or register to post replies

Write your reply to:

Draft