I have a field, “referring_domain” with 10k values. I’m using suggest_explore to populate suggestions from a small table in bigquery, with a cache of 72 hours.
Ideally, if a user types “facebook” into the report filter, all of the possible values containing “facebook” would show up to ensure they are able to select their desired domains. I’m encountering an issue, however, where the suggestions include “facebook.com” but not “fb.facebook.com”.
I’m wondering if this is being caused by the Limit 500 being applied to suggestion queries. If so, is there a way to bypass this limit? Or is the filter being applied as “facebook%” instead of “%facebook%”?