Skip to content

DerrikMilligan/adminer-tables-fuzzy-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Adminer Tables Fuzzy Search

A new fuzzy table search plugin for Adminer.

Was previously using the plugin here by brunetton but felt like it could be updated to function a bit better.

Features

  • No longer has a popup to filter the tables.
  • Tables are sorted in place without creating/deleting elements thanks to appendChild being able to just move elements around.
  • Utilizes Fuse.js for the fuzzy searching with an external dependency so it can be cached potentially from other sites.

Installation

  • Install Adminer
  • Follow the documentation for setting up plugins
  • Download the two files to the /plugins folder
  • Add an entry to the $plugins array new AdminerTablesFuzzySearch()

Color Customization

By default there is a border color set in the php file. If you would like a different color you can change it in the php file or in your template file.

#menu #tables li.selected-table-entry {
  border-color: rgb(76, 113, 166);
}

About

A table fuzzy finder for Adminer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published