Currently when you start typing in “Find in Place” it will immediately attempt to auto-update the results as you type, which means it’ll find all instances of the first character you typed, for example “L”. This isn’t exactly easy on the CPU, and it takes time for the internal code to finish the initial search, and finally go look for the actual thing you were typing in.
I suggest that the Find in Place window should wait until you press Enter or the input textbox loses focus, and then begins searching for what you requested.
This makes it so it doesn’t waste time searching for all occurrences of a singular character (which is usually many returned results that are essentially useless to the user).
