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:
Used inverted search only for descriptions.
Filtered the search term with stop words before indexing.
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
Testing Instructions
Feel free to explore! Make sure the tests are passing.
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:
@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
Testing Instructions
Issues
Related to #58 Closes #