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

Have an attr that allows you to query for data for a given request ID #75

Open
hayesla opened this issue Apr 12, 2023 · 3 comments
Open
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@hayesla
Copy link
Contributor

hayesla commented Apr 12, 2023

It would be nice to build a Fido query for a given request ID, for example after you've identified the ID from the datacenter.
You can of course filter this after the search by filtering the QueryResponse table, but it would be nice to search like:

a.stix.uid(xxxx) or a.stix.request_id(xxxx)

@samaloney
Copy link
Member

Yea it was on my mind would you want it to work on its own e.g. Fido.search(a.Time(), a.Instrument.stix, a.stix.RequestID(123456789) or with a time range? On its own would need to search all directories which would take a while ...

@hayesla
Copy link
Contributor Author

hayesla commented Apr 12, 2023

ah yeah that's a good point, it would have to be a timerange and a requestID and not just requestID

@samaloney samaloney added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Apr 14, 2024
@samaloney
Copy link
Member

Ok if in addition to time this should be pretty relatively straight forward

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
Status: Todo
Development

No branches or pull requests

3 participants