Automattic / bugomattic

Bugomattic is a tool that guides bug reporters to the right actions within large, complex organizations
GNU General Public License v2.0
6 stars 0 forks source link

Add feature to allow searching for descriptions #80

Closed karenroldan closed 1 year ago

karenroldan commented 1 year ago

What Does This PR Add/Change?

This PR updates the implementation for displaying search results in feature selection. Users will now be able to see results when a search term matches a description.

Key changes:

  1. Used inverted search only for descriptions.
  2. Filtered the search term with stop words before indexing.
  3. Added tests to cover the changes.

@john-legg looping you in for design-related! I did not see a Figma for this change, but just checking with you if by simply displaying the tree is okay.

Test data: both the feature and feature group has a description that contains blog posts

Screenshot 2023-04-25 at 16 18 22

Testing Instructions

Issues

Related to #58 Closes #