I wish all this shit would just stop trying to search as I’m fucking typing. It’s like that person we all know that can’t hold their tongue for five fucking seconds and let you finish a sentence before the blurt something out.

This seems like a general UI bug.

Q: For those amongst us who are UI experts, what is it called when dynamic lists populate unpredictably while a finger-tap is in-progress?

a) start query and see initial results

b) start finger-navigation, moving finger over initial results

c) start finger-tap descent

d) underlying list is updated, replacing future finger-tap destination's UI element with another

e) finger-tap meets different element than intended

It’s called layout shift.

I feel attacked, but it’s probably the same reason, we both think we know the answer before you finished.

Ah, but hitting enter now takes you to the top result! Therefore it has to search as you type, so there's something to activate as soon as you hit enter! /s

...I've been seeing this search style in more and more places recently, and I hate it. Let me type my search, then hit enter, then you can go find what I asked for. Don't slow everything down by searching on every character I type.

It’s called incremental search and it’s useful, but only when there’s some debouncing involved and the search results is presented at once or the items are sorted by the order they are found.