Hi! I am having hard times trying to enable the au...
# troubleshoot
r
Hi! I am having hard times trying to enable the autocomplete search for a new entity. The
searchAcrossEntities
does work and the
"enableAutocomplete": true
is set for the field. I do not see the logline
Autocompleting query entityName
for the new entity though in the
gms.debug.log
after the
autoCompleteForMultiple
query is fired.
📖 1
🔍 1
l
Hey there 👋 I'm The DataHub Community Support bot. I'm here to help make sure the community can best support you with your request. Let's double check a few things first: ✅ There's a lot of good information on our docs site: www.datahubproject.io/docs, Have you searched there for a solution? ✅ button ✅ It's not uncommon that someone has run into your exact problem before in the community. Have you searched Slack for similar issues? ✅ button Did you find a solution to your issue? ❌ Sorry you weren't able to find a solution. I'm sending you some tips on info you can provide to help the community troubleshoot. Whenever you feel your issue is solved, please react ✅ to your original message to let us know!
a
@big-carpet-38439 might be able to speak to this- could you provide a version and maybe the full logs?
r
Hey, thanks for all the effort you might put into this. I found a resolution. The new entity was missing from the
AUTO_COMPLETE_ENTITY_TYPES
list in the
SearchUtils.java
file.