UMG Search bar help

Hello,

I am having a problem with my search bar in UE 5.4. I followed this tutorial on how to make a search bar

and it works amazingly. The only issue is that it searches for the name of the border (in my case its a text block) rather than the text inside of the text block. This makes it so that spaces can’t exist, as widgets can’t be named with spaces. One of the things in my search menu is: Animation Style.

In the search bar, when I type “Animation Style” it collapses visibility (meaning no matches). When I type only “Animation” it works and renders the other options out. When I type “AnimationStyle” it also works. This is because the name of the text block as a widget is “AnimationStyle” without spaces (because one again spaces can’t exist in the name of a widget). How can I make it so that it looks for the text inside of the text boxes instead of the name of the text boxes?

Also this is the blueprintue link

Thank you.