FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
90 stars 12 forks source link

Review search API criteria sort options #2797

Open spwitt opened 4 days ago

spwitt commented 4 days ago

Review search API criteria sort options

Description

Some API search criteria do not provide an unambiguous ordering by default. If data must be paginated for the response, this can lead to duplicate or missing records on repeat calls to the search API. Some search criteria do not properly map to sortable columns.

Review search criteria for all API search endpoints to ensure that:

  1. The default search criteria include a unique column for ordering results
  2. All sortable fields on the request map to sortable columns

Community guidelines

All issues filed in this repository must abide by the FusionAuth community guidelines.