Copied to clipboard

Flag this post as spam?

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


  • Dee 118 posts 338 karma points
    Nov 16, 2020 @ 00:03
    Dee
    0

    Examine Boolean Operations - Order by exact field value

    Hi!

    I am wondering if there is a way to order boolean operations by exact field values.

    For instance, there is an integer field named membership status. entries could have a value in this field or their value is null. I need an ordering by the exact value field of 1234. So all entries, which have exactly the value 1234 for this field should be on top.

    current ordering for other fields is done like this:

            sortedBooleanOperation = booleanOperation.OrderByDescending(new SortableField("memberGroups", SortType.String));
    

    Would be great to get some ideas from anyone here.

    big thanks

    Dee

Please Sign in or register to post replies

Write your reply to:

Draft