auto search - disable/enable checkbox
-
The auto search begins as soon as the first key stroke. One character resolves to too many hosts in our environment and even though you enter more it is a slow process. We’re currently pasting info into the search field so it returns results in a timely manner.
-
This is dependent on how fast you type.
I can make it wait for at least 3 characters as needed. I think the delay is set to 400 milliseconds.
-
@Tom-Elliott In my opinion 600 milliseconds could be better.
-
Yes, totally agree with this demand
-
Three characters or a longer delay sound great. Keep the code tweaking simple.
Thank you! -
@ablohowiak I’ve updated the code already to give a 600ms wait time. I think relying on 3 characters would be good, but sometimes I find it’s useful to be able to search using a single character. The original delay was set at 300ms. It should give a fair balance I think.