You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot find a way to perform a Paged query with an OrderBy rule specified. This is because the query param passed to the Page<T>() method must be of IBooleanOperation, and not IOrdering. Am I missing something simple? Or is there a way to enable this feature while using the search extensions helper?
The text was updated successfully, but these errors were encountered:
I cannot find a way to perform a Paged query with an OrderBy rule specified. This is because the query param passed to the
Page<T>()
method must be ofIBooleanOperation
, and notIOrdering
. Am I missing something simple? Or is there a way to enable this feature while using the search extensions helper?The text was updated successfully, but these errors were encountered: