Basic SPARC Search Examples
Boolean Filter Search
JSON Body example
{
"size": 10,
"from": 0,
"query": {
"query_string": {
"query": "(Ardell) AND attributes.subject.sex.value:((male) OR (female)) AND anatomy.organ.name.aggregate:((heart))"
}
}
}Result
{
"took": 2070,
"timed_out": false,
"_shards": {
"total": 2,
"successful": 2,
"skipped": 0,
"failed": 0
},
"hits": {
"total": 5,
"max_score": 5.709837,
"hits": [
{
"_index": "scr_017041-sparc_datasets-ks_2021apr28",
"_type": "ks",
"_id": "DOI:10.26275/w4my-puqm",
"_score": 5.709837,
//...Available Facets Query
JSON Body example
Result
Search for all DOI
JSON Body Example
Result
Search for dataset by title
JSON Body Example
Result
Last updated
