Enable or Disable Search Autocomplete¶
Customer Managed Applies to customer-managed instances of Alation
Search Autocomplete is enabled by default, refer to Search. To disable or enable it, use alation_conf:
SSH to the Alation instance and enter the Alation shell.
sudo /etc/init.d/alation shell
To disable Search Autocomplete, using alation_conf, set the Search Autocomplete feature flag to False:
alation_conf alation.search.enable_search_autocomplete -s False
Restart the celery-beat component.
alation_supervisor restart celery:celery-beat
To enable the Autocomplete Search, set the flag to True:
alation_conf alation.search.enable_search_autocomplete -s True
Restart the celery-beat component.
alation_supervisor restart celery:celery-beat