You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an enhancement of the endpoint for Use Case 4 described in #601.
Story
As a consumer of the search-api, I want to be able to perform simple text searches on specific attributes, including via regular expressions.
Examples:
Return data for all datasets from CODEX assays that were performed on tissue samples that were obtained from the small intestines of female donors with first name "Mary".
List all files with "XYZ" in the filename.
Return data for all datasets that have "snRNA" or "sn-RNA" in the description.
Target
Developers of applications that would call the API.
Technical Translation
Enhance the query for use case 4 to allow text searches--e.g., using "match" instead of "match_phrase", etc.
Solution options
Support text searches of specific attributes in endpoints.
The text was updated successfully, but these errors were encountered:
AlanSimmons
changed the title
search-api endpoint enhancement: Which "entities" satisfy text searches?
search-api endpoint enhancement: Which "entities" satisfy text searches, including regular expressions?
Jan 6, 2023
Use case 7 of #590
This is an enhancement of the endpoint for Use Case 4 described in #601.
Story
As a consumer of the search-api, I want to be able to perform simple text searches on specific attributes, including via regular expressions.
Examples:
Target
Developers of applications that would call the API.
Technical Translation
Enhance the query for use case 4 to allow text searches--e.g., using "match" instead of "match_phrase", etc.
Solution options
Support text searches of specific attributes in endpoints.
The text was updated successfully, but these errors were encountered: