tim-reynolds / magento-qconfig

A Magento module that adds Quick Search functionality to the Admin Configuration area

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search for options by module name

amenk opened this issue · comments

Use case: I installed a new module, and do not know which options it adds.

Could we add a search by module name to find all options of a module? could be a syntax like "module:Mage_Foobar".

I like it.

That should be pretty easy to implement. I also still need to get translations in there

Feature is done! Pull and give it a shot if you have time. Thanks for the suggestion. Will try to get this out to connect this week as well.

See #19
In addition I think it would be cool if we also have some partial / none-case-sensitive matching for module names.
(which is not trivial - but possible if we do some kind of pre-analyzing the module names before loading the specific module config)