.. _AutoCompleteConfigurationSection: Auto-Complete Configuration Section """"""""""""""""""""""""""""""""""" This section of the :ref:`ProductConfigurationParametersAdminPage` can be used to set the following values related to the :ref:`AutoCompleteEngine`: .. list-table:: :header-rows: 1 :widths: 20 80 :class: tight-table * - Parameter - Description * - *Auto-Complete Max Complexity* - The maximum number of type indices from which the auto-complete engine will collect its results. Set this to a lower value such as 1000 if you encounter slowness in auto-complete widgets such as the Quick Lookup area. In general, the more (sub) classes or sub-graphs the engine has to visit, the slower the response will be, and the busier the server will be during that time. * - *Disable Auto-Complete Index* - If true, disables the in-memory auto-complete index. If set to true, startup time will be faster and memory consumption will be less. However, some auto-complete operations (input fields where you start typing and then suggest matching instances) will be slower and may deliver incomplete results because requests will time out after 5 seconds. **See Also** * :ref:`AutoCompleteEngine` * :ref:`SearchTheEDG` **Further Reading on TopBraid** * :ref:`introduction`