Use Delayed Search
Use Delayed Search
By default, when viewing the This PC
source in Chocolatey GUI, anything that you type into the search box at the top
of the screen will, after a short delay, filter the list of packages to what you have typed in. Some people prefer that
the search isn't executed until they are finished typing, and actually press the enter key on the keyboard. Enabling
this feature toggles it so that pressing the entry key is a requirement for the search to be performed.
Resources
Below is a short video which shows this feature in action:
Example
This feature can be enabled by running the following command:
chocolateyguicli feature enable --name="'UseDelayedSearch'"
This feaure can be disabled by running the following command:
chocolateyguicli feature disable --name="'UseDelayedSearch'"
Default Value
The default value for this feature is disabled.
Availability
The ability to control this feature from the Chocolatey GUI Settings screen has existed since Chocolatey GUI v0.16.0.
The ability to control this feature from the command line using chocolateyguicli
has existed since Chocolatey GUI
v0.17.0.