Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Filter Method in server variables page #15174

Closed
imdhruvgupta opened this issue Apr 10, 2019 · 1 comment · Fixed by #15179
Closed

Improve Filter Method in server variables page #15174

imdhruvgupta opened this issue Apr 10, 2019 · 1 comment · Fixed by #15179
Labels
enhancement A feature request for improving phpMyAdmin has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete ui Issues relating to the user interface

Comments

@imdhruvgupta
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Right now, the variables can filtered based on the single word present in the variable name or not. Some words are present in a lot string for example 'aria'.

Screenshot 2019-04-11 at 2 54 08 AM

Describe the solution you'd like

Instead of searching variable with only a word. Support for full variable name can be provided.

Bournvita1998 added a commit to Bournvita1998/phpmyadmin that referenced this issue Apr 12, 2019
Signed-off-by: Bournvita1998 <mohit.kuri@research.iiit.ac.in>

Issue here was that, initially values were stored in the form of "A_B_C" i.e. no spaces, just '_' in place of spaces. But while searching, we were not converting the spaces in '_' form.
@williamdes williamdes added enhancement A feature request for improving phpMyAdmin has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete ui Issues relating to the user interface labels Apr 12, 2019
williamdes added a commit that referenced this issue May 18, 2019
Fixes: #15174
Pull-request: #15179
Signed-off-by: William Desportes <williamdes@wdes.fr>
williamdes added a commit that referenced this issue May 18, 2019
Signed-off-by: William Desportes <williamdes@wdes.fr>
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement A feature request for improving phpMyAdmin has-pr An issue that has a pull request pending that may fix this issue. The pull request may be incomplete ui Issues relating to the user interface
Projects
None yet
2 participants