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

59. Search and filter assets on a broad range of criteria with a search query language (e.g. regex and nested queries) #3084

Open
3 of 7 tasks
Tracked by #3061
madelondohmen opened this issue Jun 12, 2024 · 4 comments

Comments

@madelondohmen
Copy link
Contributor

madelondohmen commented Jun 12, 2024

About this feature

Milestone item

  1. Doorzoekbare, filterbare en sorteerbare tabellen, op alle kolommen individueel of alle kolommen tegelijk. Goede voorbeelden zijn de interface van Elastic Search en Timeline Explorer.

Detailed description

Add detailed description of the new feature you'd like to propose. If this feature is related to a problem, what problem does it solve?

Scope

  • Target: Objects list/Findings list
  • Sorteren van tabel
  • Zoeken in tabel

Out of scope

  • Nieuwe manier van filteren
  • Queries toepassen
  • Zoeken/sorteren van rapporten tabel

Related tickets

@madelondohmen madelondohmen changed the title Search and filter assets on a broad range of criteria with a search query language (e.g. regex and nested queries) 61. Search and filter assets on a broad range of criteria with a search query language (e.g. regex and nested queries) Jun 12, 2024
@madelondohmen madelondohmen changed the title 61. Search and filter assets on a broad range of criteria with a search query language (e.g. regex and nested queries) 59. Search and filter assets on a broad range of criteria with a search query language (e.g. regex and nested queries) Jun 12, 2024
@NoemiOverdijk
Copy link

We are currently working on creating filter components and a query component for the design system.
#2884

@HeleenSG
Copy link
Contributor

HeleenSG commented Jul 22, 2024

Notes from meeting: (Jan, Noam, Romijn, Noemi, Rieven, Heleen)

  • Start on object page
    • Free search (search field)
  • Add to reports flow
  • Implement sorting (as designed)

@underdarknl
Copy link
Contributor

Backend sorting and partial frontend for OOI-list is implemented.
searching/sorting on other tables is outisde of MVP.
Regex search is outside MVP, for now we search using 'contains'.

@underdarknl
Copy link
Contributor

Allow fuzzier searching on the tasklist. (use the existing api's)

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