My Index contains CMS Page and Commerce MetaData and etc.
I can access CMS data using below url http://es-api01.episerver.com/privateKey/Index/_search?q=view*&df=PageTitle$$string.lowercase&fields=PageTitle$$stringIssue 1:
But can't find the results for my custom MetaData.http://es-api01.episerver.com/privateKey/Index/DK.BusinessModel.Models.MetaData.BookProduct/_search
Hi,
My Index contains CMS Page and Commerce MetaData and etc.
I can access CMS data using below url http://es-api01.episerver.com/privateKey/Index/_search?q=view*&df=PageTitle$$string.lowercase&fields=PageTitle$$stringIssue 1:
But can't find the results for my custom MetaData.http://es-api01.episerver.com/privateKey/Index/DK.BusinessModel.Models.MetaData.BookProduct/_search
Or
http://es-api01.episerver.com/privateKey/Index/DK.BusinessModel.Models.MetaData.BookProduct/_search?q=call*&df=Name$$string.lowercase&fields=Name$$stringIssue2:
I want to add a condition that restricted products are not visible in auto complete. Its a boolValue, How can i do this?
Examples are based on http://find.episerver.com/Documentation/stats-autocompleteRegards
Apologies for posting twice (as probably other question will be hide soon due to a reason :S )
/K