-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
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
API count shows count of all aggregate tagged items and not count of tags #3239
Comments
Confirmed this is still present. This looks to be to do with some performance optimizations made in the Pagination class. |
If my understanding is correct the count in I can take this, except if @pm17788 you want to work on this fix. |
@KhaledTo : Sadly, my Python-Fu is still weak. Still learning, so I'm not ready to go committing code yet. |
Looks like I fixed a slightly different problem under #3116. FYI this has already been fixed under Not sure it makes sense to backport this utility function to the v2.5 train but we should be able to do a one-off implementation. |
@jeremystretch : If it is not too tricky to make into 2.5 branch, it'd be awesome. There is some code I'd like to roll out internally, and can't, because of this silly thing :( |
Closing this out as v2.6 is being released today. |
Environment
Steps to Reproduce
Expected Behavior
API count of tags should match the WebUI and the API
Observed Behavior
API count of tags doesn't match the WebUI, or the behavior of
count
variable on other API endpoints.The text was updated successfully, but these errors were encountered: