(bill) sort by updateDate+desc
returns out of order
#231
Labels
bug
Something isn't working
Milestone
The bill list API returns at least one item out of order when requested with the
sort=updateDate+desc
param.e.g. Fetch HR bills for 118th congress, with offset of 540
curl --location 'https://api.congress.gov/v3/bill/118/hr?sort=updateDate+desc&offset=540&format=json&api_key=<API_KEY>'
Response:
Notice HR6323 has an
updateDate
of2024-04-20
and is sorted between two items with anupdateDate
of2024-04-19
The text was updated successfully, but these errors were encountered: