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
{{ message }}
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
Right now, if you submit a query with "count=0", with either client.query
or client.view, you are unable to access the metadata for the results; both
functions make that data inaccessible.
To fix it, I added a meta() function to the View class and a viewmeta(self,
name, **options) function to the Database class.
I will submit a patch if you'd like; I'm not sure how you want to implement
this functionality.