This sentence doesn't really make any sense since there is no mention of wildcards on the page linked:
Wildcard searching is available with the like operator. The wildcarding syntax of the {literal value} follows the OpenSearch Simple Query String convention.
Acceptance Criteria
GivenWhen I performThen I expect
βοΈ Engineering Details
Per the original API spec:
The PDS Search API also supports wild cards ? and . A search with no q parameter specified will default to q= (search for all possible records).
If we do not support this, we should be much more clear in our documentation how/if wildcards work or don't work.
Note: This is partially implemented with suffix wildcards only.
Checked for duplicates
Yes - I've already checked
π§βπ¬ User Persona(s)
Data User
πͺ Motivation
...so that I can use wildcards throughout a string, not just at the beginning or end
π Additional Details
Note: Documentation needs to also be updated here: https://nasa-pds.github.io/pds-api/guides/search/endpoints.html
This sentence doesn't really make any sense since there is no mention of wildcards on the page linked:
Acceptance Criteria
Given When I perform Then I expect
βοΈ Engineering Details
Per the original API spec:
If we do not support this, we should be much more clear in our documentation how/if wildcards work or don't work.
Note: This is partially implemented with suffix wildcards only.
Related Tickets:
π I&T
No response