Skip to content

The module implements search field for system config fields in admin page, that has suggest and toggle switch for switchable fields.

Notifications You must be signed in to change notification settings

VaD1ke/magento_adminconfigsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Admin Config Search

The module implements search field for system config fields in admin page, that has suggest and toggle switch for switchable fields.

Install via composer

Update your composer.json like this

    "require": {
        ...
        "oggettoweb/ajax": "1.*",
        "vad1ke/oggetto_adminconfigsearch": "dev-master"
        ...
    },
    "repositories": [
    ...
        {
            "type": "vcs",
            "url": "https://github.com/OggettoWeb/ajax"
        },
        {
            "type": "vcs",
            "url": "https://github.com/VaD1ke/magento_adminconfigsearch"
        }
    ],
    ...
    "extra":{
        "magento-root-dir": "."
    }

See more information about composer installer for magento at github repository.

Don't forget to set Allow Symlink to Yes in system->configuration->Advanced->Developer->Template settings in admin of your magento.

Features

  • The minimum number of characters a user must type before a search is performed is 3.
  • Module searchs by config setting's (field) name (label) and comment.
  • Search is performed in Russian (if you have translations) and English languages.
  • If setting's value not set suggest displaying 'Not set'
  • Module is using jQuery Autocomplete for suggest.

About

The module implements search field for system config fields in admin page, that has suggest and toggle switch for switchable fields.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published