holaplex / indexer

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

[Patch] Wallet NFTs Query #774

Closed kespinola closed 1 year ago

kespinola commented 1 year ago

Issue

The listing related conditions being on the outer query where filtering out any nfts that didn't have listing information associated to them.

Fix

Move the listing related conditions to the join statement so it filters out what listing is used to determine the sort but doesn't affect the complete list of nfts being returned.

Screen Shot 2022-09-22 at 11 44 01 AM