Skip to content

feat: add client-side text search to KIP and FLIP tables#3

Open
akpmohan07 wants to merge 4 commits into
tomncooper:mainfrom
akpmohan07:search_feature
Open

feat: add client-side text search to KIP and FLIP tables#3
akpmohan07 wants to merge 4 commits into
tomncooper:mainfrom
akpmohan07:search_feature

Conversation

@akpmohan07
Copy link
Copy Markdown

@akpmohan07 akpmohan07 commented Apr 27, 2026

What

Adds a real-time text search input to the KIP and FLIP table filter controls.

Supported Columns:

  • Descriptions
  • IDs (KIP and FLIP)

How

  • Added search input to buildFilterUI() in table-filter.js
  • Search filters rows by matching against KIP/FLIP ID and description columns
  • Search and dropdown filters are combined with AND logic
  • Clear Filters button resets search input alongside dropdowns
  • Case-insensitive matching using toLowerCase() + includes()

Testing

  • Partial word search works (e.g. "replicat" matches "replication")
  • Case insensitive (e.g. "CONSUMER" matches "consumer")
  • Combined filter + search narrows results correctly
  • Clear button resets everything

Search By Name

image

Search By ID

image

@akpmohan07
Copy link
Copy Markdown
Author

@copilot Review this PR

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