hideSuggest¶
-
hideSuggest
¶ Path: $GLOBALS[‘TCA’][$table][‘columns’][$field][‘config’] Type: boolean Scope: Display InternalType: db The “suggest wizard” is added by default to all database relation group fields. After a couple of characters have been typed into this field, an ajax based search starts and shows a list of records matching the search word.
A set of options is available to configure search details.
Setting this property to
true
disables the suggest wizard.