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

add scan method #19

Closed
phil20686 opened this issue Jun 28, 2022 · 0 comments · Fixed by #48
Closed

add scan method #19

phil20686 opened this issue Jun 28, 2022 · 0 comments · Fixed by #48

Comments

@phil20686
Copy link
Owner

phil20686 commented Jun 28, 2022

We need to add a method to the engines to provide a list of the meta data objects for all stored items meeting a certain designation. The api is that this should be a function on IPersistenceEngine with the api:

def scan(name : str, params: {}) -> List[DatasetMetaDataStub]:

and where, eg, an entry in params of foo=3 means it would return only metadata stubs where parameter foo equaled three.

@phil20686 phil20686 linked a pull request Nov 5, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant