Hello one of my users is trying to do a search for...
# troubleshoot
b
Hello one of my users is trying to do a search for a piece of text that is contained in a field description and it seems to not be working. Take the example from the demo site below On this page https://demo.datahubproject.io/dataset/urn:li:dataset:(urn:li:dataPlatform:bigquery,bigq[…]italy.data_by_province,PROD)/Schema?is_lineage_mode=false There are multiple columns with the term "Province" int he description. But a search for "editedFieldDescriptions: Province OR fieldDescriptions: Province" yields no results https://demo.datahubproject.io/search?page=1&query=editedFieldDescriptions%253A%2520Province%2520OR%2520fieldDescriptions%253A%2520Province Any idea what's going on here?
b
try
editedFieldDescriptions: *province* OR fieldDescriptions: *province*