You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for the getWhere function, it really makes the experience a lot better.
However I would suggest to add the following options to the whereOperations in order to make it even better for developers as we are currently limited to the equal check only.
gt = greater than
gte = greater than or equal
lt = less than
lte = less than or equal
neq= not equal
in = in provided list
nin = not in provided list
This would help us massivly to improve the Blocksquare indexer.
Regards,
Simon
The text was updated successfully, but these errors were encountered:
Thanks for the request. We had these operations in mind while designing the getWhere API; they're just not super simple to add, so we temporarily scoped them out. We definitely want to add them, but we prefer to start with the most requested ones. If you list operations you need the most, this will definitely help 🙏
Hello :)
First of all, thanks for the
getWhere
function, it really makes the experience a lot better.However I would suggest to add the following options to the
whereOperations
in order to make it even better for developers as we are currently limited to the equal check only.This would help us massivly to improve the Blocksquare indexer.
Regards,
Simon
The text was updated successfully, but these errors were encountered: