Newest API Changelogs
March 2025
Search Endpoints
5 min
api changes new id ordering logic in the api search response impacted endpoints all api search endpoints impact updated search filter and es dsl release date march 19th, 2025 ordering logic following a release on march 19th, the default id ordering in search response body will change before ascending by id after descending by last updated new formats based on this change, some alterations will also be present in pagination and x next page after request header usage search filter due to a new ordering, sequencing request header x next page after will accept input in an updated format before after change ascending by id descending by last updated and id accepted format 123 "2025 01 01",123 es dsl using sorting with the x next page after request header in es dsl will return an updated format before after returned format 0 345,123 0 345,"2025 01 01",123 backwards compatibility you might prefer to maintain the current ordering logic this will be possible using the following ways type option search filter endpoints use a new query parameter ?sort=id , which will be added to the queried endpoint es dsl endpoints pass "sort" \["id"] along with the "query"