gebi84 / contao-search-console-bundle
This bundle provides a powerfull search in the contao admin
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:contao-bundle
Requires
- php: ^7.1
- ext-json: *
- contao/core-bundle: ^4.9
Requires (Dev)
- contao/manager-plugin: ^2.0
- phpmd/phpmd: ^2.8
- squizlabs/php_codesniffer: ^3.2
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
Replaces
- guave/contao-search-console: dev-master
This package is auto-updated.
Last update: 2025-03-01 00:31:31 UTC
README
This bundle provides a powerfull search in the contao admin
Installation
composer require gebi84/contao-search-console-bundle
Config
<?php //system/mymodule/config/config.php $GLOBALS['search_console']['modules']['SOME_UNIQUE_NAME'] = array();
key | type | mandatory | description |
---|---|---|---|
module | string | M | the contao module name |
shortcut | string | O | shortcut for new and go to |
enableNew | boolean | O | enables the new shortcut link (n ...) |
enableGoTo | boolean | O | enables the new shortcut link (g ...) |
defaultSearchFields | array | O | if no search field is specified, it does a like search on this fields |
doNotSearch | boolean | O | will not be used for search query only for shortcuts |
customSearch | array | O | class,method will be called for buildCustomQuery see customquery |
table | string | O | table for example tl_content |
label | array | O | &$GLOBALS['TL_LANG']['CTE']['alias'][0] |