Thanks for the response.But this solution dint work in my case.Need to find the query builder so that I can add variant property to the query.Thanks,Ashwini
I need to add "variant" to the query parameter so that the products having "cq:commerceType-variant" will be displayed when we search that products.Any idea where and which file this query parameter is present in CRXDE so that I can add this "cq:commerceType-variant" property .I could not that file ...
Thanks for the response.How to add the property filter to the Omnisearch feature cq:CommerceType - variant when cq:CommerceType - product is already is present.Both "variant" and "product" should be included because few products are having cq:CommerceType - product as a property and few products ar...
Thanks for the response.Can we change the file present under libs folder?For present omnisearch i need to overlay with property cq:variant. How can I proceed for this?How to add this property in omnisearch.js?
example :- protected static final String TEMPLATE = "/apps/example/templates/sampletemplate";"/apps/example/templates/sampletemplate"----this value I need to get from service by configuring the service with default value.How to do configuration in service to set the default value.Thanks for the res...
How to use customize parameter instead of URI in osgi serviceexample :- protected static final String TEMPLATE = "/apps/example/templates/sampletemplate";