View the original community article here
Last tested: March 2021
No. The suggestions have their own cache that cannot be manually cleared from the explore page. If you need to clear cache for suggestions, here are some other options:
-
If the explore is cached using a datagroup with a
sql_trigger
, you can manually reset the cache for the entire datagroup in the Admin - Datagroups panel. Note this will bust cache for all queries persisted using that datagroup. -
You can set
suggest_persist_for
to "0 seconds" to bust filter suggestion cache for that field. The docs have more info on usingsuggest_persist_for
to set the cache expiration time.
This content is subject to limited support.