We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reported in Discord
Currently the following produces somewhat surprising results
https://testnet-idx.algonode.cloud/v2/applications/83648221/logs?limit=500 https://testnet-idx.algonode.cloud/v2/applications/83648221/logs?limit=1
Where limit 1 returns no results.
I believe this is because the transaction search applies the limit and the filter here:
https://github.com/algorand/indexer/blob/develop/api/handlers.go#L542-L550
further limits the result set, so the limit is how many rows to retrieve in the db rather than the actual limit of log values to get back.
The text was updated successfully, but these errors were encountered:
Thank you for submitting this for me, @barnjamin.
Sorry, something went wrong.
No branches or pull requests
Subject of the issue
Reported in Discord
Currently the following produces somewhat surprising results
https://testnet-idx.algonode.cloud/v2/applications/83648221/logs?limit=500
https://testnet-idx.algonode.cloud/v2/applications/83648221/logs?limit=1
Where limit 1 returns no results.
I believe this is because the transaction search applies the limit and the filter here:
https://github.com/algorand/indexer/blob/develop/api/handlers.go#L542-L550
further limits the result set, so the limit is how many rows to retrieve in the db rather than the actual limit of log values to get back.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: