Skip to content

Commit e6a1119

Browse files
committed
display the catalog
1 parent 8d1eae0 commit e6a1119

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/search_magic.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ We are experimenting with using a small package [esgf-magic](https://github.com/
1414
```{code-cell}
1515
from intake_esgf import ESGFCatalog
1616
cat = ESGFCatalog().search("gpp hist* cesm2* mon not_a_term")
17+
print(cat)
1718
```
1819

1920
Note that a search in this manner is case insensitive and the `*` wildcard may be used. This will expand to a faceted search only with terms and collections found within the control vocabulary. For example, the `not_a_term` is not in the CV and will be discarded in the search. To see exactly what we searched for, print out the session log and examine the search line.

0 commit comments

Comments
 (0)