diff --git a/CHANGELOG.md b/CHANGELOG.md index 12aef47b..c90f0a49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,8 +49,8 @@ ### capa Explorer Web - webui: fix 404 for "View rule in capa-rules" by using encodeURIComponent for rule name in URL @devs6186 #2482 - - webui: show error when JSON does not follow expected result document schema; suggest reanalyzing for VT URLs @devs6186 #2363 +- webui: fix global search to match feature types (match, regex, api, …) @devs6186 #2349 ### capa Explorer IDA Pro plugin diff --git a/web/explorer/src/components/RuleMatchesTable.vue b/web/explorer/src/components/RuleMatchesTable.vue index 8972a355..483314f5 100644 --- a/web/explorer/src/components/RuleMatchesTable.vue +++ b/web/explorer/src/components/RuleMatchesTable.vue @@ -22,6 +22,7 @@ :scrollable="true" :filters="filters" :filterMode="filterMode" + :globalFilterFields="['name', 'typeValue']" sortField="namespace" :sortOrder="1" removableSort