Advanced search
Using the search bar with the terms you are interested in is usually the best way to get the results you want. Note that the basic search will look for model applications that include the search term (or a term similar in case there is no exact match) either in the model application metadata but also in any of their simulations or software used.
For cases where you want to have more control over the search, you can use advanced search queries.
Advanced search syntax
<field>:<value>
or
<field>:<value> <operator> <field>:<value>
Where <value> can be a quoted string, for exact match, an unquoted string (without spaces) that can include wildcards * and ? (wildcards can not be used at the start of the value), or a list of unquoted strings e.g. description:(fail* OR error*)
Operators must be always be uppercase. Valid opperators are AND and OR. You can also negate an expression using the operator NOT. If you include only a negated expression, the search will not have results.
Note: Important! if your query has syntax errors (e.g. you use lowercase operators or there are unclosed quotes) the search will fallback to a basic search and might have no results.
Sample search queries:
- Model applications, packages or datasets that contain a word starting with Millcreek in the title
title:MillCreek*(try it) -
Model applications with at least one simulation with "Calibration" in the title
simulation.title:Calibration*(try it) -
Model Applications, packages or datasets without a keyword that start with "test": NOT (keywords:test OR software.keywords:test)`(try it)