Hey there,
I've been using controls in my kibana 7.14 setup. The autocompleteTerminateAfter is not really what I'm looking for. Let me explain:
My documents look like:
{
type: "a"
}
I've been adding documents of type a and b for years. Only recently type c documents appeared in my database. Even setting the kibana.autocompleteTerminateAfter to 10000000 does not reach those type c documents, and thus it does not appear in my control. The thing is, if looking from more recent to older, a few dozen would be enough to get all 3 types. Does anybody know a way to achieve something similar ?
Thanks guys !