holaplex / indexer

Index Solana data using a Geyser plugin (downstream service cluster)
https://holaplex.com
GNU Affero General Public License v3.0
169 stars 39 forks source link

Evaluate behavior of limit and offset in existing GraphQL queries using Meilisearch #567

Closed ray-kast closed 2 years ago

ray-kast commented 2 years ago

There are one or more queries (e.g. nfts) that pass the same limit and offset to both Meilisearch and Postgres while also using the results of the search query to narrow the SQL query. This will result in undesirable pagination behavior.