I have a Slicer that is grouped by a string column from a specific Elasticsearch index. The Slicer is sorted ascending, and I have a default limit of 1000. My problem is that when I do a filter search on that column, for example, some element beyond the 1000 that were initially loaded, I have to specify the case so that it brings me the data I’m looking for, otherwise it doesn’t find anything.
What configuration should I do in the Slicer or some workaround to achieve this?
I would greatly appreciate any help on this.