Stay organized with collections
Save and categorize content based on your preferences.
Apart from customizing colors, fonts or link style in the Control Panel,
it is possible to influence the look and feel and the behavior of
the search box via custom HTML attributes.
This allows you to override some of the general settings from Control Panel.
It is especially useful when you want one search box (e.g. one on the homepage)
to behave differently than other ones on the site.
For example, you can enable or disable autocomplete feature using
enableAutoComplete attribute. By default, it is set to
true if autocomplete is enabled in the Control Panel. By
switching the value to false you can control how the element
behaves.
<!-- Insert your own Programmable Search Engine ID here -->
<script async src="https://cse.google.com/cse.js?cx=017643444788069204610:4gvhea_mvga"></script>
<!-- Try switching the attribute value to "true" or "false" -->
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-21 UTC."],[[["Customize the search box's look, feel, and behavior using custom HTML attributes, overriding general Control Panel settings."],["Control individual search boxes differently, like enabling or disabling autocomplete for specific instances using the `enableAutoComplete` attribute."],["Explore additional search box customization options in the Programmable Search Element Control API documentation."],["Newly enabled or added autocompletions may require several hours to become visible."],["Learn more about Autocompletions in the dedicated Help Center article."]]],[]]