2017 © Pedro Peláez
 

contao-module contao-search-console

add a search for any module and some special shortcuts to the admin

image

guave/contao-search-console

add a search for any module and some special shortcuts to the admin

  • Friday, December 22, 2017
  • by gebi84
  • Repository
  • 2 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

contao-search_console

a little search_console module for contao admin, (*1)

dependencies

https://github.com/terminal42/contao-NamespaceClassLoader, (*2)

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

customquery

must return an query with this fields, (*3)

field description
id the main id of the row
pid the parentId if there is none return ""
ptable the parent table if there is none return ""
name will be the name which is in the result displayed
module to which contao module belongs the row
label the name of the Module
tableName from which table comes the row

The Versions

22/12 2017

dev-master

9999999-dev

add a search for any module and some special shortcuts to the admin

  Sources   Download

MIT

The Requires

 

contao search-console

22/12 2017

1.0.3

1.0.3.0

add a search for any module and some special shortcuts to the admin

  Sources   Download

MIT

The Requires

 

contao search-console

22/12 2017

1.0.1

1.0.1.0

add a search for any module and some special shortcuts to the admin

  Sources   Download

MIT

The Requires

 

contao search-console

22/12 2017

1.0.0

1.0.0.0

add a search for any module and some special shortcuts to the admin

  Sources   Download

MIT

The Requires

 

contao search-console