There are several ways to find the CUE documentation you’re looking for. They can all be combined to help you find the page you need, fast!
The full text of this site can be searched by selecting the search icon
(🔍) at the top of any page. Use double quotes around any precise
words or phrases that you’re searching for, and use a leading dash (-
) to
rule out pages containing any unwanted words:
- Pages containing a specific word:
json
- Pages containing multiple, independent words:
json schema
- Pages containing a specific phrase (multiple words next to each other):
"json schema"
(NB quotation marks) - Pages mentioning a specific phrase containing punctuation characters:
"--with-context"
(NB quotation marks) - Pages containing a specific word that do not contain some other word:
json -schema
Each page on the site has a content type, such as “How-to Guide”, “Tutorial”, and “Concept Guide”. Pages with the same content type are gathered together in the related sections linked from the site’s navigation menu, and you can search for specific content types:
- How-to Guides:
contentType:"How-to Guides"
- Tutorials:
contentType:"Tutorials"
Many pages have also been given one or more tags, such as modules and commented cue :
- Pages with a specific tag:
tag:"commented cue"
- Pages with multiple tags:
tag:"commented cue" tag:"encodings"
Combine any of these search tools to pinpoint the documentation you need:
- Pages with a content type and tag:
contentType:"How-to Guides" tag:"commented cue"
- Pages with a content type and a tag that also contain a specific phrase:
"encoding/json" contentType:"How-to Guides" tag:"commented cue"