Copied to clipboard

Flag this post as spam?

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


  • Simon 692 posts 1068 karma points
    Dec 14, 2016 @ 12:15
    Simon
    0

    ProductContentQuery - Order By Product Document Type Properties, like CreateDate

    Hi Rusty or someone else,

    How can I order by custom product document type properties, because the order by for the ProductContentQuery is accepting only an Enum, where the Enum has only three options:

    public enum ProductSortField
        {
            Name = 0,
            Price = 1,
            Sku = 2
        }
    

    I would need a way how I can order by as well by date for example (for filtering newest) and also I have ranking field, as numeric.

    Thank you in advance.

    Kind Regards

  • Simon 692 posts 1068 karma points
    Jan 17, 2017 @ 14:59
    Simon
    0

    Hi Rusty,

    Do you think that there will be any updates on this please?

    Thank you.

    Kind Regards

  • Christopher W. Brandsdal 72 posts 133 karma points
    Mar 07, 2018 @ 13:37
    Christopher W. Brandsdal
    0

    Did you find a solution for this? I need to sort by CreateDate...

  • Arjan Woldring 124 posts 231 karma points
    Apr 11, 2018 @ 11:53
    Arjan Woldring
    0

    Would like to know too....anybody???

Please Sign in or register to post replies

Write your reply to:

Draft