Skip to content

List of issues, missing features and possible optimizations for new cross-search #747

@juhanikat

Description

@juhanikat

Here are some things that have been left out of the server side pagination for cross-search:

Issues:

  • DetailBrowser (the top bar in a detail view that allows viewing the next or previous item) doesn't work properly with cross-search, you can use it to go backwards but not forwards. This likely has something to do with the fact that cross-search has multiple rows with the same locality. It also shows "X of 50" even though cross-search has thousands of rows.

Missing features:

  • Fuzzy search might be a good feature to have at some point (some version of this should be moderately easy to implement using SQL LIKE operator)
  • "Submit" button or something similar, that the user can press to submit their current column filters once they have finished typing. This is to avoid needless fetching of data.
  • Maybe the user should be shown how many rows of data the table has in total?

Possible optimizations:

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendServer-side issuesbugSomething isn't workingfrontendClient-side issues

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions