Skip to content
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

Consider an iterator form of find #302

Open
jakebeal opened this issue Sep 14, 2021 · 1 comment
Open

Consider an iterator form of find #302

jakebeal opened this issue Sep 14, 2021 · 1 comment
Milestone

Comments

@jakebeal
Copy link
Contributor

When Document.find is run with a display_id, it will return the first object with the given displayId.
It seems like an obvious corollary would be to set it up to instead return an iterator that will continue searching, eventually returning all of the objects with the given displayId

@jakebeal
Copy link
Contributor Author

Seems like this may be difficult, so we'll push it off for later.

@jakebeal jakebeal added this to the 1.0 milestone Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant