Search box with clickable keywords?
I'm working on a search box in which the user will be entering keywords that can be clicked/interacted with.
For example, say, a user types in "Fender Guitar", the words "Fender" and "Guitar" will be clickable and will display its metadata when clicked.
Is there an existing example of such a pattern? I'm pretty sure I've seen it somewhere before but can't remember one right now.
What would be a good way to tell the user that the entered word is clickable? Are chips good for this?