text typed in the fast_filter is used as a regexp to test tables name
old behavior is about the same since you don't often have regexp specials chars in a table name
well, I guess it could be noted on the tooltip, or maybe in the placeholder attribute (eg: placeholder=".*" or placeholder="type text or regexp to filter tables list"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "patches Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Patches"
Typing a regexp there is non-intuitive so I wonder how users would notice that this is a possibility.
View and moderate all "patches Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Patches"
well, I guess it could be noted on the tooltip, or maybe in the placeholder attribute (eg: placeholder=".*" or placeholder="type text or regexp to filter tables list"
I'm in favor of this. Currently the text says "Filter items by name" and it could be changed to "Filter by name or regex"
I agree with Isaac
Looks good.
See also https://github.com/phpmyadmin/phpmyadmin/pull/715
Thanks, we'll be using the patch from the pull request 715.