Skip to content

feat(tracker): field-prefixed search, inline filter chips and zero-hit empty state - #10998

Open
MichaelUray wants to merge 1 commit into
hcengineering:developfrom
MichaelUray:feat/tracker-search-filter
Open

feat(tracker): field-prefixed search, inline filter chips and zero-hit empty state#10998
MichaelUray wants to merge 1 commit into
hcengineering:developfrom
MichaelUray:feat/tracker-search-filter

Conversation

@MichaelUray

Copy link
Copy Markdown
Contributor

Summary

Split out of #10992 following review feedback. This supersedes the closed #10872 with a clean branch based on current develop and contains only the shared search/filter work; no Gantt code.

Adds SearchInputAdvanced, match highlighting, inline filter chips with an overflow popover, a reusable zero-hit empty state in view-resources, and search-scope/highlight view options wired into List and Kanban.

Known field prefixes are routed through Elasticsearch query_string; queries without a recognized prefix retain the existing simple_query_string path. Workspace and space access filtering remain unchanged.

The exact head passed all required fork-CI jobs, including uitest, uitest-pg, uitest-workspaces, uitest-qms, build, svelte-check, test, formatting, and docker-build.

The Gantt feature remains in #10992 and builds on this PR.

…t empty state

Adds SearchInputAdvanced (field:value prefixes routed to Elasticsearch query_string), match highlighting, inline filter chips with overflow popover, a reusable zero-hit empty state in view-resources, and search-scope/highlight view options for List and Kanban.

Signed-off-by: Michael Uray <michaeluray@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant