| 103 | In top center in the search panel can see the text box where can be introduced the query of free text search. The "Edit" button enables input by keyboard in the text box. The "Save" button adds the free text query parameter in the search. The new configured parameter will be displayed in the "configured parameters" section with the name "query". |
| 104 | |
| 105 | [[Image(free_text.png)]] |
| 106 | |
| 107 | The free-text query may have: |
| 108 | * Logic operations (`AND` & `OR`) between words |
| 109 | * Wildcard `*` for the words |
| 110 | * Parentheses `( )` as separators |
| 111 | * `metadata_name:word` to specify the metadata name where must match the given word |
| 112 | |
| 113 | {{{#!td style="font-family: monospace; font-size=13px; background-color:#F7F7F7 " |
| 114 | For example, the query: |
| 115 | |
| 116 | {{{#!td style="color: green; font-family: monospace; font-size=13px;" |
| 117 | institute:CCCMA OR (id:*IPSL* AND (model:IPSL-CM5A-LR OR model:IPSL-CM5B-LR)) |
| 118 | }}} |
| 119 | |
| 120 | Will search all records in ESGF whose institute is CCCMA OR that satisfy the following points: |
| 121 | |
| 122 | 1. Have an id that contains the word IPSL (id:*IPSL*) |
| 123 | 2. Belong to IPSL-CM5A-LR model OR IPSL-CM5B-LR model |
| 124 | |
| 125 | }}} |
| 126 | |
| 127 | |
| 128 | |
| 129 | |
| 130 | |
| 131 | |
| 132 | |
| 133 | |
| 134 | |
| 135 | |