Search Syntax Completion
You can press Ctrl+Space when the cursor is placed in the search field in the Open, Select File, Select Model, and Model Manager windows to get completion assistance for the Model Manager search syntax. The opened completion menu contains one or more of the following submenus:
Field expressions. The names of item and content filters for use in field expressions.
Node and setting expressions. The names of nodes and settings for use in nested content filters.
Field values. Available field values to filter on for a specific field expression.
Symbols. The symbols used for range expressions, subexpressions, or boolean expressions.
The available submenus and their options depend on the text preceding the cursor location so that a valid syntax expression can still be formulated upon completion. While the menu is still open, you can continue to type in the search field to further narrow down the suggested completions. Once you select something in the menu, the current text in the search field will be adjusted accordingly.
You can write spaceDim and press Ctrl+Space, for example, to complete the expression used to filter on all models with components having a specific space dimension:
1
Select the Field expressions > @node{@spaceDimension: option from the opened menu.
2
3
Or, you can write @tag: and press Ctrl+Space to find models and data files by their tag assignments. Continue to type in the search field to narrow down to a specific tag title under Field values in the opened menu.
The @tag:<field-value> filter matches on the title of assigned tags as a Text Field filter. Use @tagKey:<field-value> if you have created multiple tags in the database having the same title and you only want results for one of them.
Completion of field values is only supported by a subset of all item and content filters. This includes filters involving tag assignments or users, file type extension filters, Selection Field filters of built-in type, Boolean Field filters, and date shorthands of Date Field filters.