Configure Product Search Plugin
Learn how to configure and enable a custom Apex-based product search plugin in Salesforce.
Ensure that you have access to deploy Apex classes in your Salesforce org.
list_alt
Learn how to configure and enable a custom Apex-based product search plugin in Salesforce.
Ensure that you have access to deploy Apex classes in your Salesforce org.
zqu.ProductSearchPlugin.IProductSearchPlugin.getSearchConfig() method to return the required sort behavior.To disable the plugin without removing the configuration, uncheck Product_Search_Plugin_Enabled__c. Search behavior immediately falls back to the default behavior. No redeployment is required.