An application allowing users to explore, create, annotate, and share extensions of the MITRE ATT&CK® knowledge base. This repository contains an Angular-based web application providing the user interface for the ATT&CK Workbench application.
The search on the "Reference Manager" page inconsistently displays results. Sometimes searching for a token does not return the expected results, or relevant entries are listed far down on the list of results, making it difficult to find what the users need.
Solution:
Enhance the References search functionality to consistently return relevant results for all fields and improve the overall search experience.
Potential Solutions:
Optimize the search algorithm to rank more relevant results (e.g., exact matches) higher in the results list.
Implement smarter filtering to ensure searches for search names consistently return appropriate results.
Display a preview or highlight matching text within the search results for easier identification.
The search on the "Reference Manager" page inconsistently displays results. Sometimes searching for a token does not return the expected results, or relevant entries are listed far down on the list of results, making it difficult to find what the users need.
Solution: Enhance the References search functionality to consistently return relevant results for all fields and improve the overall search experience.
Potential Solutions: