Not sure UI is the best channel for this question ...
# ui
s
Not sure UI is the best channel for this question but I was searching for a specific column in my metadata that I know was properly ingested, the column name is
del_status
. So by searching exactly
del_status
the search does not return the table containing this columns but if I add an asterisk
*del_status
to the search it returns only the exact match. Why that? Is there any documentation I can read to understand it better?
b
You can try "fieldPaths: del_status" to search for datasets containing the column
https://datahubproject.io/docs/how/search for more search hints, though I think some part could really be improved/ rewritten further 😅 (I wrote the initial draft based on my testing of Datahub)
s
Thank you @better-orange-49102
b
I believe this could be a real bug!
Where we unnecessarily split the search string by _ and -