--- title: Common customizations slug: '1181' canonical_url: https://docs.coveo.com/en/1181/ collection: coveo-for-salesforce source_format: adoc --- # Common customizations This article presents some of the most common customizations Coveo for Salesforce administrators and developers perform when using Coveo in their Salesforce environments. * [Disable query syntax](https://coveo.github.io/search-ui/components/querybox.html#options.enablequerysyntax) When testing, having the Coveo query syntax enabled in your search box allows you to quickly test the queries you want to perform. However, before going to production, you usually want to turn query syntax off so as to prevent your users from accidentally using an invalid query syntax, giving unexpected results. * [Add JavaScript to the Coveo Lightning Aura components with custom code](https://docs.coveo.com/en/1251/) When using Coveo components in your Experience Cloud site, you will most likely want to add your own code. * [Activating Machine Learning Intelligent Term Detection (ITD)](https://docs.coveo.com/en/l1ca1038#comply-with-intelligent-term-detection-itd) Using Machine Learning to reduce large queries leads to improved relevancy over time and with more traffic, and is an improvement on the default method in the long run. * [Send context information in Salesforce Lightning](https://docs.coveo.com/en/3290/) Adding your own Usage Analytics contexts and events allow you to get the most out of your Coveo organization. * [Configure JavaScript search result templates](https://docs.coveo.com/en/1767/) Change the way your results are presented in your search pages. * [Change the default Quick view in Coveo for Salesforce](https://docs.coveo.com/en/1234/) Change the way the Quick view of your items is displayed, either index-side or client-side. * Change the default result links to open in a new window or tab (see [Coveo Component ResultLink - alwaysOpenInNewWindow](https://coveo.github.io/search-ui/components/resultlink.html#options.alwaysopeninnewwindow)). By default, clicking a result link opens the result in the same window. * [Normalize facet value captions](https://docs.coveo.com/en/368/) Change the way field values are displayed in facets to ensure that you have user-friendly captions. * [Taking advantage of keywords partial matches](https://docs.coveo.com/en/414/) Partial Match allows results to be returned even when not all the words from the query are found. * Using indexing pipeline extensions to alter results in the Coveo index (see [Add or edit an indexing pipeline extension](https://docs.coveo.com/en/1645/)).