Skip to content

Improve UI Database Search #4

Description

@julia05

Current Behaviour

In the current state of the application the search feature is limited to two parts:

  • drop down for table name
  • text input filed for a search parameter

These inputs results in a query in the form of SELECT * FROM [selected table name] WHERE [search parameter];.

And the search parameter is also very restricted.

Goal

The goal with this ticket is it to improve the search, make it smarter, include more freedom fore the user.

For example would it be also good to not restrict the search on a specific table and run a search query across all tables, when the user just puts in “projekt = xy” or “loc < 100” and no table name drop down required.

It should be possible to put in a word and implement in the background a search query for every table, resulting in a comprehensive search.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions