Some ideas
#115
Replies: 0 comments 1 reply
-
hi @gege83var - thank you for opening this discussion, I am moving it to the Indexer repository since your query is related to Here are my responses to your listed questions:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
-Is it possible to add a way to use id as integer (or modify the order by id), cause for NFT id (mainly, but with all technically), the order by id consider "919"<"92"<"920" instead of 92<919<920 and it's not convenient.
For some NFT, the order by created timestamp doens't work too cause the timestamp is the same for all the NFT in the same collection (if they are mint at the same time of course)
-Is it possible to add a way to order by a distinct count ? For exemple :
In that I would like order by distinctCount(nftId) but I don't know if it's already possible or if it's possible to add it :)
-Is it possible to increase the number of output possible with the indexer ? (capped at 100 for now)
And thanks guys for your work <3
Beta Was this translation helpful? Give feedback.
All reactions