-
-
Notifications
You must be signed in to change notification settings - Fork 10
Adding ability to query over SOOP name #84
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
Conversation
|
I guess a question here - should we remove that a.Time is a required attr? I could imagine a case when someone just wants to query solely based on SOOP for example. |
Sounds sensible to me. Could we get a attrs unit test for soup and maybe a query for some soop search results? |
|
Thanks for doing this @hayesla. I have tagged 1.8 as well, so it should be public soon. |
PR Description
This PR adds a new attrs
a.soar.SOOPand allows the users to construct a query based on a SOOP name.Fixes #73