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

mgr/dashboard: Improve table search #20807

Merged
merged 2 commits into from Apr 9, 2018
Merged

Commits on Apr 6, 2018

  1. mgr/dashboard: Improve table search

    You can now search for multiple words at a time if you separate them by
    comma or space. The other improvement is that you can specify which
    column should be searched by a search term. For example if you wand to
    filter for a row with the ID 3 you type "id:3". The column name is case
    insensitive and is separated from the search word by a colon.
    
    Signed-off-by: Stephan Müller <smueller@suse.com>
    Stephan Müller committed Apr 6, 2018
    Copy the full SHA
    a5cc487 View commit details
    Browse the repository at this point in the history
  2. mgr/dashboard: Search with spaces

    Removed the usage of using comma to indicated a new search term and
    introduced the possibility to use quoted strings in order to search for
    spaces too.
    
    Also improved the column search handling in order to not get no search
    results found while typing a column name.
    
    Signed-off-by: Stephan Müller <smueller@suse.com>
    Stephan Müller committed Apr 6, 2018
    Copy the full SHA
    ac88559 View commit details
    Browse the repository at this point in the history