-
Notifications
You must be signed in to change notification settings - Fork 5
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
As a user, I want to apply an additional query filter (q=
) to the /classes/{class}
result set
#493
Comments
@jordanpadams this is already implemented in #512 As far as tests go, I'd suggest a test for each dot-method and implementing #515 to eliminate the need to test each endpoint's use of already-implemented behaviour |
@jordanpadams am I good to close this issue? |
Context: reopened, I assume, due to outstanding discussion to be had over required granularity of test-cases |
@jordanpadams @tloubrieu-jpl is the plan to cover this at today's breakout? |
Yes @alexdunnjpl , we can discuss it |
reassigned to Thomas for disposition |
validated with new test in PR NASA-PDS/registry#313 |
Checked for duplicates
Yes - I've already checked
π§βπ¬ User Persona(s)
Data User
πͺ Motivation
...so that I can search for the products of a particular class, and then provide additional filters to the search within the result set.
π Additional Details
No response
Acceptance Criteria
Given two
Product_Collection
productscollection_x::1.0
with target Mars,collection_y::1.0
with target Moon loaded into the registryWhen I perform
GET /classes/collections?q=(ref_lid_target eq 'urn:nasa:pds:context:target:planet.mars'
Then I expect product
collection_x::1.0
to be in the result setβοΈ Engineering Details
No response
π I&T
No response
The text was updated successfully, but these errors were encountered: