NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Copied a sentence from "Building a Simple Query" page.

...

For example, consider the following criteria.json file. When you perform a query, the system requires it in the context of a compoundQuery element with a join operator, even if it contains only one simple query.

Code Block
    {
       "compoundQuery": {
          "operator": "AND",
          "queries": [
             {
                "attribute": "source_file_size",
                "value": "10",
                "operator": "NUM_LESS_OR_EQUAL"
             }
          ] 
		  },
       "detailedResponse": false,
       "page": 1,
       "totalCount": true
    }

...