Hi All,
I'm working on a dynamic landing page and I am trying to make a 'universal search' within a Domo brick where users can type in whatever they are looking for and return back cards/dashboards that are relevant to their area of the business. I realize Domo already has a search, but I want to build off of that same search (at least the json data it returns), with some tweaks to better personalize and target specific content to end-users.
I've tried to use the search API that I found via network inspection:
https://xxxxxxx.domo.com/api/search/v1/query
It works fine if I use the full URL via postman. But if I attempt to use just the '/search/v1/query' part as you would in a domo brick (as it already knows what instance you're in), I get a 404 error.
Does anyone know of any alternate search API endpoints I can try out?
Thanks!