I'm trying to build a simple search layer on top of my own structured data using Vertex Search + custom data store.
I'm having a hard time figure out how to enforce keyword match on the query string, e.g. if I'm searching by people's name that doesn't exist in my data, the current semantic search would return arbitrary persons.