ContactCard/query sorting support for name/surname an name/givenname #2918
Unanswered
pbleser-oc
asked this question in
Feature Requests and Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
RFC 9610 currently specifies sorting capabilities for the JMAP
ContactCard/queryoperation as follows in section 3.3.2 Sorting:Unfortunately, at the time of writing, Stalwart only supports
createdandupdated, as usingname/surnameyields an error response:Would it be possible to implement support for those attributes in the future ?
I can imagine that there must be quite some complexity involved since they are deep attributes of a nested
Nameobject, butBeta Was this translation helpful? Give feedback.
All reactions