<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://sugarclub.sugarai.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Quick Search (quicksearch)</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/737/quick-search-quicksearch</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Quick Search (quicksearch)</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/737/quick-search-quicksearch</link><pubDate>Wed, 28 Sep 2022 18:08:49 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:36a423f9-57b7-477c-a308-582c0f35652e</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/737/quick-search-quicksearch#comments</comments><description>Current Revision posted to Dev Tutorials by Rafael Fernandes on 9/28/2022 6:08:49 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;view (&lt;code&gt;/&lt;/code&gt;&lt;span&gt;&lt;code&gt;clients/base/layouts/quicksearch&lt;/code&gt;)&lt;/span&gt; has not&amp;nbsp;been moved do a different location therefore it will be loaded and its contents/customizations will be applied.&lt;/p&gt;
&lt;p&gt;However, this component has gone through &lt;span style="text-decoration:underline;"&gt;significant UX/UI changes&lt;/span&gt; that cannot be simply overridden by your current code (prior to 12.3).&lt;/p&gt;
&lt;p&gt;You must, manually, move your customizations&amp;nbsp;prior to 12.3&amp;nbsp;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;to 12.3+&amp;nbsp;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;by adapting your code to the new handlebar template, JavaScript and PHP code.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/698x129/__key/communityserver-wikis-components-files/00-00-00-00-14/6036.Header.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h3&gt;Extending Redesigned Views&lt;/h3&gt;
&lt;p&gt;If your customization requires extending the redesigned view component, make sure to extend the proper class going forward.&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;Files Prior to 12.3&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;Files 12.3+&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;-&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;code&gt;-&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; There are no new Components/Classes.&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl0"&gt;Handlebars Customization&lt;/h3&gt;
&lt;p&gt;If you have&amp;nbsp;&lt;span&gt;overridden&lt;/span&gt; handlebars template &lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.hbs&lt;/code&gt;, you must&amp;nbsp;take the redesigned component from &lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.hbs&lt;/code&gt; and re-apply your customizations to on your custom code.&lt;/span&gt;&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl1"&gt;Javascript&amp;nbsp;Customization&lt;/h3&gt;
&lt;p&gt;&lt;span&gt;If you have&amp;nbsp;&lt;/span&gt;&lt;span&gt;extended&lt;/span&gt;&lt;span&gt;&amp;nbsp;javascript&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;, using the extendsFrom, your customization is expected to work as is. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you have&amp;nbsp;&lt;/span&gt;&lt;span&gt;overridden&lt;/span&gt;&lt;span&gt;&amp;nbsp;javascript&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;,you must&amp;nbsp;take the&amp;nbsp;redesigned component from&amp;nbsp;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;&amp;nbsp;and re-apply your customizations to on your custom code, however, if you did this, it&amp;#39;s wrong and you should use the extendsFrom as it is our recommended best practice.&lt;/span&gt;&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl2"&gt;PHP&amp;nbsp;Customization&lt;/h3&gt;
&lt;p&gt;If you have&amp;nbsp;&lt;span&gt;overridden&lt;/span&gt;&lt;span&gt;&amp;nbsp;PHP&lt;/span&gt;&amp;nbsp;metadata&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.php&lt;/code&gt;, you must&amp;nbsp;take the&amp;nbsp;redesigned component from&amp;nbsp;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.php&lt;/code&gt;&amp;nbsp;and re-apply your customizations to on your custom code. The order of elements have changed and are important for the redesigned component.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Quick Search (quicksearch)</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/737/quick-search-quicksearch/revision/10</link><pubDate>Wed, 28 Sep 2022 18:08:49 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:36a423f9-57b7-477c-a308-582c0f35652e</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/737/quick-search-quicksearch#comments</comments><description>Revision 10 posted to Dev Tutorials by Rafael Fernandes on 9/28/2022 6:08:49 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;view (&lt;code&gt;/&lt;/code&gt;&lt;span&gt;&lt;code&gt;clients/base/layouts/quicksearch&lt;/code&gt;)&lt;/span&gt; has not&amp;nbsp;been moved do a different location therefore it will be loaded and its contents/customizations will be applied.&lt;/p&gt;
&lt;p&gt;However, this component has gone through &lt;span style="text-decoration:underline;"&gt;significant UX/UI changes&lt;/span&gt; that cannot be simply overridden by your current code (prior to 12.3).&lt;/p&gt;
&lt;p&gt;You must, manually, move your customizations&amp;nbsp;prior to 12.3&amp;nbsp;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;to 12.3+&amp;nbsp;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;by adapting your code to the new handlebar template, JavaScript and PHP code.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/698x129/__key/communityserver-wikis-components-files/00-00-00-00-61/5873.Header.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h3&gt;Extending Redesigned Views&lt;/h3&gt;
&lt;p&gt;If your customization requires extending the redesigned view component, make sure to extend the proper class going forward.&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;Files Prior to 12.3&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;Files 12.3+&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;-&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;code&gt;-&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; There are no new Components/Classes.&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl0"&gt;Handlebars Customization&lt;/h3&gt;
&lt;p&gt;If you have&amp;nbsp;&lt;span&gt;overridden&lt;/span&gt; handlebars template &lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.hbs&lt;/code&gt;, you must&amp;nbsp;take the redesigned component from &lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.hbs&lt;/code&gt; and re-apply your customizations to on your custom code.&lt;/span&gt;&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl1"&gt;Javascript&amp;nbsp;Customization&lt;/h3&gt;
&lt;p&gt;&lt;span&gt;If you have&amp;nbsp;&lt;/span&gt;&lt;span&gt;extended&lt;/span&gt;&lt;span&gt;&amp;nbsp;javascript&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;, using the extendsFrom, your customization is expected to work as is. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you have&amp;nbsp;&lt;/span&gt;&lt;span&gt;overridden&lt;/span&gt;&lt;span&gt;&amp;nbsp;javascript&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;,you must&amp;nbsp;take the&amp;nbsp;redesigned component from&amp;nbsp;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;&amp;nbsp;and re-apply your customizations to on your custom code, however, if you did this, it&amp;#39;s wrong and you should use the extendsFrom as it is our recommended best practice.&lt;/span&gt;&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl2"&gt;PHP&amp;nbsp;Customization&lt;/h3&gt;
&lt;p&gt;If you have&amp;nbsp;&lt;span&gt;overridden&lt;/span&gt;&lt;span&gt;&amp;nbsp;PHP&lt;/span&gt;&amp;nbsp;metadata&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.php&lt;/code&gt;, you must&amp;nbsp;take the&amp;nbsp;redesigned component from&amp;nbsp;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.php&lt;/code&gt;&amp;nbsp;and re-apply your customizations to on your custom code. The order of elements have changed and are important for the redesigned component.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Quick Search (quicksearch)</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/737/quick-search-quicksearch/revision/9</link><pubDate>Tue, 27 Sep 2022 15:20:24 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:36a423f9-57b7-477c-a308-582c0f35652e</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/737/quick-search-quicksearch#comments</comments><description>Revision 9 posted to Dev Tutorials by Rafael Fernandes on 9/27/2022 3:20:24 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;folder&amp;nbsp;has not&amp;nbsp;been moved do a different location therefore it will be loaded and its contents/customizations will be applied.&lt;/p&gt;
&lt;p&gt;However, this component has gone through &lt;span style="text-decoration:underline;"&gt;significant UX/UI changes&lt;/span&gt; that cannot be simply overridden by your current code (prior to 12.3).&lt;/p&gt;
&lt;p&gt;You must, manually, move your customizations&amp;nbsp;prior to 12.3&amp;nbsp;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;to 12.3+&amp;nbsp;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;by adapting your code to the new handlebar template, JavaScript and PHP code.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/698x129/__key/communityserver-wikis-components-files/00-00-00-00-61/5873.Header.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h3&gt;Extending Redesigned Views&lt;/h3&gt;
&lt;p&gt;If your customization requires extending the redesigned view component, make sure to extend the proper class going forward.&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;Files Prior to 12.3&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;Files 12.3+&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;-&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;code&gt;-&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; There are no new Components/Classes.&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl0"&gt;Handlebars Customization&lt;/h3&gt;
&lt;p&gt;If you have&amp;nbsp;&lt;span&gt;overridden&lt;/span&gt; handlebars template &lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.hbs&lt;/code&gt;, you must&amp;nbsp;take the redesigned component from &lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.hbs&lt;/code&gt; and re-apply your customizations to on your custom code.&lt;/span&gt;&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl1"&gt;Javascript&amp;nbsp;Customization&lt;/h3&gt;
&lt;p&gt;&lt;span&gt;If you have&amp;nbsp;&lt;/span&gt;&lt;span&gt;extended&lt;/span&gt;&lt;span&gt;&amp;nbsp;javascript&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;, using the extendsFrom, your customization is expected to work as is. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you have&amp;nbsp;&lt;/span&gt;&lt;span&gt;overridden&lt;/span&gt;&lt;span&gt;&amp;nbsp;javascript&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;,you must&amp;nbsp;take the&amp;nbsp;redesigned component from&amp;nbsp;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;&amp;nbsp;and re-apply your customizations to on your custom code, however, if you did this, it&amp;#39;s wrong and you should use the extendsFrom as it is our recommended best practice.&lt;/span&gt;&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl2"&gt;PHP&amp;nbsp;Customization&lt;/h3&gt;
&lt;p&gt;If you have&amp;nbsp;&lt;span&gt;overridden&lt;/span&gt;&lt;span&gt;&amp;nbsp;PHP&lt;/span&gt;&amp;nbsp;metadata&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.php&lt;/code&gt;, you must&amp;nbsp;take the&amp;nbsp;redesigned component from&amp;nbsp;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.php&lt;/code&gt;&amp;nbsp;and re-apply your customizations to on your custom code. The order of elements have changed and are important for the redesigned component.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Quick Search (quicksearch)</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/737/quick-search-quicksearch/revision/8</link><pubDate>Tue, 27 Sep 2022 15:19:31 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:36a423f9-57b7-477c-a308-582c0f35652e</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/737/quick-search-quicksearch#comments</comments><description>Revision 8 posted to Dev Tutorials by Rafael Fernandes on 9/27/2022 3:19:31 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;folder&amp;nbsp;has not&amp;nbsp;been moved do a different location therefore it will be loaded and its contents/customizations will be applied.&lt;/p&gt;
&lt;p&gt;However, this component has gone through &lt;span style="text-decoration:underline;"&gt;significant UX/UI changes&lt;/span&gt; that cannot be simply overridden by your current code (prior to 12.3).&lt;/p&gt;
&lt;p&gt;You must, manually, move your customizations&amp;nbsp;prior to 12.3&amp;nbsp;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;to 12.3+&amp;nbsp;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;by adapting your code to the new handlebar template, JavaScript and PHP code.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/698x129/__key/communityserver-wikis-components-files/00-00-00-00-61/5873.Header.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h3&gt;Extending Redesigned Views&lt;/h3&gt;
&lt;p&gt;If your customization requires extending the redesigned view component, make sure to extend the proper class going forward.&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;Files Prior to 12.3&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;Files 12.3+&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;-&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;code&gt;-&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; There are no new Components/Classes.&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl0"&gt;Handlebars Customization&lt;/h3&gt;
&lt;p&gt;If you have&amp;nbsp;&lt;span&gt;overridden&lt;/span&gt; handlebars template &lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.hbs&lt;/code&gt;, you must&amp;nbsp;take the redesigned component from &lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.hbs&lt;/code&gt; and re-apply your customizations to on your custom code.&lt;/span&gt;&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl1"&gt;Javascript&amp;nbsp;Customization&lt;/h3&gt;
&lt;p&gt;&lt;span&gt;If you have&amp;nbsp;&lt;/span&gt;&lt;span&gt;extended&lt;/span&gt;&lt;span&gt;&amp;nbsp;javascript&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;, using the extendsFrom, your customization should work. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you have&amp;nbsp;&lt;/span&gt;&lt;span&gt;overridden&lt;/span&gt;&lt;span&gt;&amp;nbsp;javascript&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;,you must&amp;nbsp;take the&amp;nbsp;redesigned component from&amp;nbsp;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;&amp;nbsp;and re-apply your customizations to on your custom code, however, if you did this, it&amp;#39;s wrong and you should use the extendsFrom as it is our recommended best practice.&lt;/span&gt;&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl2"&gt;PHP&amp;nbsp;Customization&lt;/h3&gt;
&lt;p&gt;If you have&amp;nbsp;&lt;span&gt;overridden&lt;/span&gt;&lt;span&gt;&amp;nbsp;PHP&lt;/span&gt;&amp;nbsp;metadata&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.php&lt;/code&gt;, you must&amp;nbsp;take the&amp;nbsp;redesigned component from&amp;nbsp;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.php&lt;/code&gt;&amp;nbsp;and re-apply your customizations to on your custom code. The order of elements have changed and are important for the redesigned component.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Quick Search (quicksearch)</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/737/quick-search-quicksearch/revision/7</link><pubDate>Tue, 27 Sep 2022 15:12:27 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:36a423f9-57b7-477c-a308-582c0f35652e</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/737/quick-search-quicksearch#comments</comments><description>Revision 7 posted to Dev Tutorials by Rafael Fernandes on 9/27/2022 3:12:27 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;folder&amp;nbsp;has not&amp;nbsp;been moved do a different location therefore it will be loaded and its contents/customizations will be applied.&lt;/p&gt;
&lt;p&gt;However, this component has gone through &lt;span style="text-decoration:underline;"&gt;significant UX/UI changes&lt;/span&gt; that cannot be simply overridden by your current code (prior to 12.3).&lt;/p&gt;
&lt;p&gt;You must, manually, move your customizations&amp;nbsp;prior to 12.3&amp;nbsp;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;to 12.3+&amp;nbsp;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;by adapting your code to the new handlebar template, JavaScript and PHP code.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/698x129/__key/communityserver-wikis-components-files/00-00-00-00-61/5873.Header.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h3&gt;Extending Redesigned Views&lt;/h3&gt;
&lt;p&gt;If your customization requires extending the redesigned view component, make sure to extend the proper class going forward:&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;Files Prior to 12.3&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;Files 12.3+&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;extendsFrom: &amp;#39;QuickcreateView&amp;#39;&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;&lt;code&gt;extendsFrom: &amp;#39;SidebarQuickcreateView&amp;#39;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;&lt;code&gt;extendsFrom: &amp;#39;SidebarNavItemQuickcreateView&amp;#39;&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl0"&gt;Handlebars Customization&lt;/h3&gt;
&lt;p&gt;If you have&amp;nbsp;&lt;span&gt;overridden&lt;/span&gt; handlebars template &lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.hbs&lt;/code&gt;, you must&amp;nbsp;take the redesigned component from &lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.hbs&lt;/code&gt; and re-apply your customizations to on your custom code.&lt;/span&gt;&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl1"&gt;Javascript&amp;nbsp;Customization&lt;/h3&gt;
&lt;p&gt;&lt;span&gt;If you have&amp;nbsp;&lt;/span&gt;&lt;span&gt;extended&lt;/span&gt;&lt;span&gt;&amp;nbsp;javascript&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;, using the extendsFrom, your customization should work. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you have&amp;nbsp;&lt;/span&gt;&lt;span&gt;overridden&lt;/span&gt;&lt;span&gt;&amp;nbsp;javascript&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;,you must&amp;nbsp;take the&amp;nbsp;redesigned component from&amp;nbsp;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;&amp;nbsp;and re-apply your customizations to on your custom code, however, if you did this, it&amp;#39;s wrong and you should use the extendsFrom as it is our recommended best practice.&lt;/span&gt;&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl2"&gt;PHP&amp;nbsp;Customization&lt;/h3&gt;
&lt;p&gt;If you have&amp;nbsp;&lt;span&gt;overridden&lt;/span&gt;&lt;span&gt;&amp;nbsp;PHP&lt;/span&gt;&amp;nbsp;metadata&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.php&lt;/code&gt;, you must&amp;nbsp;take the&amp;nbsp;redesigned component from&amp;nbsp;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.php&lt;/code&gt;&amp;nbsp;and re-apply your customizations to on your custom code. The order of elements have changed and are important for the redesigned component.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Quick Search (quicksearch)</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/737/quick-search-quicksearch/revision/6</link><pubDate>Mon, 26 Sep 2022 20:30:14 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:36a423f9-57b7-477c-a308-582c0f35652e</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/737/quick-search-quicksearch#comments</comments><description>Revision 6 posted to Dev Tutorials by Rafael Fernandes on 9/26/2022 8:30:14 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;folder&amp;nbsp;has not&amp;nbsp;been moved do a different location therefore it will be loaded and its contents/customizations will be applied.&lt;/p&gt;
&lt;p&gt;However, this component has gone through &lt;span style="text-decoration:underline;"&gt;significant UX/UI changes&lt;/span&gt; that cannot be simply overridden by your current code (prior to 12.3).&lt;/p&gt;
&lt;p&gt;You must, manually, move your customizations&amp;nbsp;prior to 12.3&amp;nbsp;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;to 12.3+&amp;nbsp;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;by adapting your code to the new handlebar template, JavaScript and PHP code.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/698x129/__key/communityserver-wikis-components-files/00-00-00-00-61/5873.Header.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl0"&gt;Handlebars Customization&lt;/h3&gt;
&lt;p&gt;If you have&amp;nbsp;&lt;span&gt;overridden&lt;/span&gt; handlebars template &lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.hbs&lt;/code&gt;, you must&amp;nbsp;take the redesigned component from &lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.hbs&lt;/code&gt; and re-apply your customizations to on your custom code.&lt;/span&gt;&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl1"&gt;Javascript&amp;nbsp;Customization&lt;/h3&gt;
&lt;p&gt;&lt;span&gt;If you have&amp;nbsp;&lt;/span&gt;&lt;span&gt;extended&lt;/span&gt;&lt;span&gt;&amp;nbsp;javascript&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;, using the extendsFrom, your customization should work. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you have&amp;nbsp;&lt;/span&gt;&lt;span&gt;overridden&lt;/span&gt;&lt;span&gt;&amp;nbsp;javascript&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;,you must&amp;nbsp;take the&amp;nbsp;redesigned component from&amp;nbsp;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;&amp;nbsp;and re-apply your customizations to on your custom code, however, if you did this, it&amp;#39;s wrong and you should use the extendsFrom as it is our recommended best practice.&lt;/span&gt;&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl2"&gt;PHP&amp;nbsp;Customization&lt;/h3&gt;
&lt;p&gt;If you have&amp;nbsp;&lt;span&gt;overridden&lt;/span&gt;&lt;span&gt;&amp;nbsp;PHP&lt;/span&gt;&amp;nbsp;metadata&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.php&lt;/code&gt;, you must&amp;nbsp;take the&amp;nbsp;redesigned component from&amp;nbsp;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.php&lt;/code&gt;&amp;nbsp;and re-apply your customizations to on your custom code. The order of elements have changed and are important for the redesigned component.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Quick Search (quicksearch)</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/737/quick-search-quicksearch/revision/5</link><pubDate>Mon, 26 Sep 2022 20:29:54 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:36a423f9-57b7-477c-a308-582c0f35652e</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/737/quick-search-quicksearch#comments</comments><description>Revision 5 posted to Dev Tutorials by Rafael Fernandes on 9/26/2022 8:29:54 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;folder&amp;nbsp;has not&amp;nbsp;been moved do a different location therefore it will be loaded and its contents/customizations will be applied.&lt;/p&gt;
&lt;p&gt;However, this component has gone through &lt;span style="text-decoration:underline;"&gt;significant UX/UI changes&lt;/span&gt; that cannot be simply overridden by your current code (prior to 12.3).&lt;/p&gt;
&lt;p&gt;You must, manually, move your customizations&amp;nbsp;prior to 12.3&amp;nbsp;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;to 12.3+&amp;nbsp;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;by adapting your code to the new handlebar template, JavaScript and PHP code.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/698x129/__key/communityserver-wikis-components-files/00-00-00-00-61/5873.Header.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl0"&gt;Handlebars Customization&lt;/h3&gt;
&lt;p&gt;If you have&amp;nbsp;&lt;span&gt;overridden&lt;/span&gt; handlebars template &lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.hbs&lt;/code&gt;, you must&amp;nbsp;take the redesigned component from &lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.hbs&lt;/code&gt; and re-apply your customizations to on your custom code.&lt;/span&gt;&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl1"&gt;Javascript&amp;nbsp;Customization&lt;/h3&gt;
&lt;p&gt;&lt;span&gt;If you have&amp;nbsp;&lt;/span&gt;&lt;span&gt;extended&lt;/span&gt;&lt;span&gt;&amp;nbsp;javascript&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;, using the extendsFrom, your customization should work. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you have&amp;nbsp;&lt;/span&gt;&lt;span&gt;overridden&lt;/span&gt;&lt;span&gt;&amp;nbsp;javascript&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;,you must&amp;nbsp;take the&amp;nbsp;redesigned component from&amp;nbsp;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;&amp;nbsp;and re-apply your customizations to on your custom code, however, if you did this, it&amp;#39;s wrong and you should use the extendsFrom as it is our recommended best practice.&lt;/span&gt;&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl2"&gt;PHP&amp;nbsp;Customization&lt;/h3&gt;
&lt;p&gt;If you have&amp;nbsp;&lt;span&gt;overridden&lt;/span&gt;&lt;span&gt;&amp;nbsp;PHP&lt;/span&gt;&amp;nbsp;metadata&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.php&lt;/code&gt;, you must&amp;nbsp;take the&amp;nbsp;redesigned component from&amp;nbsp;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.php&lt;/code&gt;&amp;nbsp;and re-apply your customizations to on your custom code. The order of elements have changed and are important for the redesigned component.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Quick Search (quicksearch)</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/737/quick-search-quicksearch/revision/4</link><pubDate>Mon, 26 Sep 2022 20:28:41 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:36a423f9-57b7-477c-a308-582c0f35652e</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/737/quick-search-quicksearch#comments</comments><description>Revision 4 posted to Dev Tutorials by Rafael Fernandes on 9/26/2022 8:28:41 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;folder&amp;nbsp;has not&amp;nbsp;been moved do a different location therefore it will be loaded and its contents/customizations will be applied.&lt;/p&gt;
&lt;p&gt;However, this component has gone through &lt;span style="text-decoration:underline;"&gt;significant UX/UI changes&lt;/span&gt; that cannot be simply overridden by your current code (prior to 12.3).&lt;/p&gt;
&lt;p&gt;You must, manually, move your customizations&amp;nbsp;prior to 12.3&amp;nbsp;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;to 12.3+&amp;nbsp;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;by adapting your code to the new handlebar template, JavaScript and PHP code.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/470x28/__key/communityserver-wikis-components-files/00-00-00-00-61/Screen-Shot-2022_2D00_09_2D00_26-at-4.27.31-PM.png" /&gt;&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl0"&gt;Handlebars Customization&lt;/h3&gt;
&lt;p&gt;If you have&amp;nbsp;&lt;span&gt;overridden&lt;/span&gt; handlebars template &lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.hbs&lt;/code&gt;, you must&amp;nbsp;take the redesigned component from &lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.hbs&lt;/code&gt; and re-apply your customizations to on your custom code.&lt;/span&gt;&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl1"&gt;Javascript&amp;nbsp;Customization&lt;/h3&gt;
&lt;p&gt;&lt;span&gt;If you have&amp;nbsp;&lt;/span&gt;&lt;span&gt;extended&lt;/span&gt;&lt;span&gt;&amp;nbsp;javascript&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;, using the extendsFrom, your customization should work. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you have&amp;nbsp;&lt;/span&gt;&lt;span&gt;overridden&lt;/span&gt;&lt;span&gt;&amp;nbsp;javascript&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;,you must&amp;nbsp;take the&amp;nbsp;redesigned component from&amp;nbsp;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;&amp;nbsp;and re-apply your customizations to on your custom code, however, if you did this, it&amp;#39;s wrong and you should use the extendsFrom as it is our recommended best practice.&lt;/span&gt;&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl2"&gt;PHP&amp;nbsp;Customization&lt;/h3&gt;
&lt;p&gt;If you have&amp;nbsp;&lt;span&gt;overridden&lt;/span&gt;&lt;span&gt;&amp;nbsp;PHP&lt;/span&gt;&amp;nbsp;metadata&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.php&lt;/code&gt;, you must&amp;nbsp;take the&amp;nbsp;redesigned component from&amp;nbsp;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.php&lt;/code&gt;&amp;nbsp;and re-apply your customizations to on your custom code. The order of elements have changed and are important for the redesigned component.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Quick Search (quicksearch)</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/737/quick-search-quicksearch/revision/3</link><pubDate>Mon, 26 Sep 2022 20:26:18 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:36a423f9-57b7-477c-a308-582c0f35652e</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/737/quick-search-quicksearch#comments</comments><description>Revision 3 posted to Dev Tutorials by Rafael Fernandes on 9/26/2022 8:26:18 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;layout folder&amp;nbsp;has not changed and will load the contents prior to this release/redesign.&lt;/p&gt;
&lt;p&gt;Although it has not moved to a different lcoation, this component has gone through significant UX/UI changes that cannot be simply overridden by your current code (prior to 12.3).&lt;/p&gt;
&lt;p&gt;You must, manually, move your customizations&amp;nbsp;prior to 12.3&amp;nbsp;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;to 12.3+&amp;nbsp;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;by adapting your code to the new handlebar template, JavaScript and PHP code.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/470x28/__key/communityserver-wikis-components-files/00-00-00-00-61/Screen-Shot-2022_2D00_09_2D00_26-at-4.27.31-PM.png" /&gt;&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl0"&gt;Handlebars Customization&lt;/h3&gt;
&lt;p&gt;If you have&amp;nbsp;&lt;span&gt;overridden&lt;/span&gt; handlebars template &lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.hbs&lt;/code&gt;, you must&amp;nbsp;take the redesigned component from &lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.hbs&lt;/code&gt; and re-apply your customizations to on your custom code.&lt;/span&gt;&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl1"&gt;Javascript&amp;nbsp;Customization&lt;/h3&gt;
&lt;p&gt;&lt;span&gt;If you have&amp;nbsp;&lt;/span&gt;&lt;span&gt;extended&lt;/span&gt;&lt;span&gt;&amp;nbsp;javascript&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;, using the extendsFrom, your customization should work. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you have&amp;nbsp;&lt;/span&gt;&lt;span&gt;overridden&lt;/span&gt;&lt;span&gt;&amp;nbsp;javascript&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;,you must&amp;nbsp;take the&amp;nbsp;redesigned component from&amp;nbsp;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;&amp;nbsp;and re-apply your customizations to on your custom code, however, if you did this, it&amp;#39;s wrong and you should use the extendsFrom as it is our recommended best practice.&lt;/span&gt;&lt;/p&gt;
&lt;h3 id="mcetoc_1gdtnp3pl2"&gt;PHP&amp;nbsp;Customization&lt;/h3&gt;
&lt;p&gt;If you have&amp;nbsp;&lt;span&gt;overridden&lt;/span&gt;&lt;span&gt;&amp;nbsp;PHP&lt;/span&gt;&amp;nbsp;metadata&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.php&lt;/code&gt;, you must&amp;nbsp;take the&amp;nbsp;redesigned component from&amp;nbsp;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.php&lt;/code&gt;&amp;nbsp;and re-apply your customizations to on your custom code. The order of elements have changed and are important for the redesigned component.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Quick Search (quicksearch)</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/737/quick-search-quicksearch/revision/2</link><pubDate>Mon, 26 Sep 2022 20:22:03 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:36a423f9-57b7-477c-a308-582c0f35652e</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/737/quick-search-quicksearch#comments</comments><description>Revision 2 posted to Dev Tutorials by Rafael Fernandes on 9/26/2022 8:22:03 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;layout folder&amp;nbsp;has not changed and will load the contents prior to this release/redesign.&lt;/p&gt;
&lt;p&gt;Although it has not moved to a different lcoation, this component has gone through significant UX/UI changes that cannot be simply overridden by your current code (prior to 12.3).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You must, manually, move your customizations&amp;nbsp;prior to 12.3&amp;nbsp;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;to 12.3+&amp;nbsp;&lt;strong&gt;&lt;code&gt;quicksearch&lt;/code&gt;&lt;/strong&gt;&amp;nbsp;by adapting your code to the new handlebar template, JavaScript and PHP code.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h3&gt;Handlebars Customization&lt;/h3&gt;
&lt;p&gt;If you have&amp;nbsp;&lt;span&gt;overridden&lt;/span&gt; handlebars template &lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.hbs&lt;/code&gt;, you must&amp;nbsp;take the redesigned component from &lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.hbs&lt;/code&gt; and re-apply your customizations to on your custom code.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;Javascript&amp;nbsp;Customization&lt;/h3&gt;
&lt;p&gt;&lt;span&gt;If you have&amp;nbsp;&lt;/span&gt;&lt;span&gt;extended&lt;/span&gt;&lt;span&gt;&amp;nbsp;javascript&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;, using the extendsFrom, your customization should work. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you have&amp;nbsp;&lt;/span&gt;&lt;span&gt;overridden&lt;/span&gt;&lt;span&gt;&amp;nbsp;javascript&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;,you must&amp;nbsp;take the&amp;nbsp;redesigned component from&amp;nbsp;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.js&lt;/code&gt;&amp;nbsp;and re-apply your customizations to on your custom code, however, if you did this, it&amp;#39;s wrong and you should use the extendsFrom as it is our recommended best practice.&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;PHP&amp;nbsp;Customization&lt;/h3&gt;
&lt;p&gt;If you have&amp;nbsp;&lt;span&gt;overridden&lt;/span&gt;&lt;span&gt;&amp;nbsp;PHP&lt;/span&gt;&amp;nbsp;metadata&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;/custom&lt;/code&gt;&lt;span&gt;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.php&lt;/code&gt;, you must&amp;nbsp;take the&amp;nbsp;redesigned component from&amp;nbsp;&lt;code&gt;/clients/base/layouts/quicksearch/quicksearch.php&lt;/code&gt;&amp;nbsp;and re-apply your customizations to on your custom code. The order of elements have changed and are important for the redesigned component.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>Quick Search (quicksearch)</title><link>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/737/quick-search-quicksearch/revision/1</link><pubDate>Tue, 20 Sep 2022 18:55:26 GMT</pubDate><guid isPermaLink="false">5c521d64-519d-47a6-9065-134618b211bf:36a423f9-57b7-477c-a308-582c0f35652e</guid><dc:creator>Rafael Fernandes</dc:creator><comments>https://sugarclub.sugarai.com/dev-club/w/dev-tutorials/737/quick-search-quicksearch#comments</comments><description>Revision 1 posted to Dev Tutorials by Rafael Fernandes on 9/20/2022 6:55:26 PM&lt;br /&gt;
&lt;p&gt;Quick Search (quicksearch)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>