Is it possible to sort or filter non-location-based results (e.g., FAQs) based on the user’s geolocation?
I imagine there might be a way to do it using context, or perhaps a “hacky” way to do it would be to give those non-location entities an address field and sort by ENTITY_DISTANCE.
Hi @Alex_Yang – location based search is primarily meant for location supported entity types (location, healthcare facility, healthcare professional, job, etc.) which contain the built-in address field. You could also create a custom entity type and add an address field to a non-location entity type, which could then be leveraged in our NLP algorithms.