You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
543 B
12 lines
543 B
* some searches (especially via function fields) can be very heavy on the
|
|
server.
|
|
To disable prefetching on a per field basis, set the option
|
|
`web_search_autocomplete_prefetch.disable`::
|
|
|
|
options="{'web_search_autocomplete_prefetch.disable': true}"
|
|
|
|
on your field in the search view.
|
|
* by default, the addon triggers a search 350 milliseconds after the last key
|
|
press. If you want a different timeout, set the parameter
|
|
``web_search_autocomplete_prefetch.keypress_timeout`` to the amount of
|
|
milliseconds you need as timeout.
|