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

  1. * some searches (especially via function fields) can be very heavy on the
  2. server.
  3. To disable prefetching on a per field basis, set the option
  4. `web_search_autocomplete_prefetch.disable`::
  5. options="{'web_search_autocomplete_prefetch.disable': true}"
  6. on your field in the search view.
  7. * by default, the addon triggers a search 350 milliseconds after the last key
  8. press. If you want a different timeout, set the parameter
  9. ``web_search_autocomplete_prefetch.keypress_timeout`` to the amount of
  10. milliseconds you need as timeout.