ipfs-search / ipfs-search-api

Microservice for searching the ipfs-search.com Elasticsearch index.
GNU Affero General Public License v3.0
14 stars 8 forks source link

Duplicate search results through pagination #27

Closed dokterbob closed 3 years ago

dokterbob commented 3 years ago

First of all, we should add a tiebreaker for consistent sorting.

Secondly we can use Search after.

Thirdly, we could create a Point in Time.

dokterbob commented 3 years ago

Seems largely resolved by always pointing API requests to the same backend (for the same client).