In my treeview structure, I have implemented a search feature. Now, I am looking to add the functionality to highlight multiple search words. I have tried using Angular's ui-utils and the highlight filter, but it only works for highlighting a single word at a time.
For example, if my string is "I am Test one" and I search for "I am", it will be highlighted. However, when I search for "I Test", the highlight feature does not work. I need the ability to highlight multiple words at once.
Has anyone else encountered this issue? Thank you in advance.