I have a table with a category column with more than 1,000 distinct values.
The dropdown list filter can't work as it's limited to 1,000 values, so I tried to implement search box filter on this colum, as I saw this advice on the forum.
For some cards/dashboards, it works and when I begin to type a word, I have a list of choices matching my words. But for other cards, for the same filter on the same column, autocompletion does not work so I have to type the entire correct value which is complicated (see screenshot).
I tried to adapt the metadata but nothing it's working. I have no solution here, can you help me understand why ?
Yes I'll try to send you as many as possible. Thanks =)
Screenshots 1 & 2 are an example where autocompletion is not working. The filter tested is {{od_name}}, field filter if carpool_requests.od_name.
Screenshots 3 & 4 are an example where autocompletion is working. The filter tested is the same : {{od_name}}, field filter if carpool_requests.od_name.