Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Extended event table search #28

Open
MikhailSmirnou opened this issue Oct 19, 2018 · 3 comments
Open

Extended event table search #28

MikhailSmirnou opened this issue Oct 19, 2018 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@MikhailSmirnou
Copy link

Currently the table https://nakadi-ui-staging.aruha-test.zalan.do/#types?filter=reservation&page=2&reverse=True&sortBy=owning_application may only be sorted by, for example, category or owning application. Would be convenient to list only events belonging to some particular category and/or owning application.

@SergKam SergKam added enhancement New feature or request good first issue Good for newcomers labels Oct 19, 2018
@SergKam
Copy link
Contributor

SergKam commented Oct 19, 2018

If I understand it correctly you want a column level filtering.
Maybe like this
jquery-plugin-for-multi-column-table-sorting-filtering-dynamitable

Or it can be some of the filtering/searching text formats like

$category=data && $owning_application=myapp

less user-friendly but more powerful.

@MikhailSmirnou
Copy link
Author

Yes, something like this. For me the "Owning Application" and "Category" fields would be enough. May be other fields, like "Updated" (with time range) would make sense to filter for.

$category=data && $owning_application=myapp

You mean, the user should be adding such conditions to URL manually?
I'm afraid, very few people will know about that. Only if the proper hint will be added and will be noticeable on a page.

@SergKam
Copy link
Contributor

SergKam commented Oct 22, 2018

Sorry, $category=data && $owning_application=myapp not in URL but in filter input field, like extended filter in Jira or Scalyr etc.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants