Hello, I have a case where I would like more than 1000 suggestions in a filter (~1400 to be exact). I really want to show all the options to avoid confusion for the end user.
Iโm using a dashboard with a parameter filter like this. It works okay but it looks like suggestions are limited to 1000 result.
parameter: my_parameter {
type: string
suggest_explore: my_explore
suggest_dimension: my_dimension
}
What are my options?