sort-field-component:
enum:
- name
and
sort-field-product:
enum:
- name
If name is the default sort field for products and components, do we also need to specify whether names are unique within a TEA server?
If names are not guaranteed to be unique, token pagination still needs a deterministic secondary ordering, such as UUID. If names are intended to be unique, that constraint should probably be documented in the corresponding product/component schema descriptions.
Originally posted by @Mehrn0ush in #231 (comment)
sort-field-component:
enum:
- name
and
sort-field-product:
enum:
- name
If
nameis the default sort field for products and components, do we also need to specify whether names are unique within a TEA server?If names are not guaranteed to be unique, token pagination still needs a deterministic secondary ordering, such as UUID. If names are intended to be unique, that constraint should probably be documented in the corresponding product/component schema descriptions.
Originally posted by @Mehrn0ush in #231 (comment)