Skip to content

C4rter/Aoe_GridSearch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Aoe_GridSearch

Mysql REGEXP and Simple Search support for admin grid fields

Default: The default Magento text search - returns results that contain your search.

Simple: Allows "" and "|". Searching for "Bra|Rob*son" will return Branca, Brita, Robinson, and Robertson results.

Regex: Full Mysql REGEXP support. Note - case sensitivity will not be supported unless your table collations are configured to support it.

TODO:

  • Find a way to wrap the collection load in try/catch to catch regex syntax errors
  • Add a "mixed" mode
    • full regex if search string starts and ends with "/"
    • simple components by default
    • default when string is wrapped in quotes.

About

Wildcard and regular expression support for Magento grid searches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%