I think you need to provide a bit more info. As I can tall, you can set it up to include from either content or media - or both. Have you checked this setting?
Other than that, it may be a bit easier to help, if you tell us what versions of umbraco, ezSearch (and maybe other plugin) that you are using
Please find below code:
@Umbraco.RenderMacro("ezSearch", new {rootContentNodeId="1074", rootMediaNodeId="1255", indexType="BOTH", searchFields="hashTags,companyName,pageTitle,nodeName", previewFields="", previewLength="", pageSize="", hideFromSearchField="", searchFormLocation="none"})
I am using ezsearch 1.2 on umbraco 7.7.8
ezSearch - Media
Hello,
ezSearch is not looking in Media section at all.
Can someone please help.
Regards,
Kusum
Hi Kusum,
I think you need to provide a bit more info. As I can tall, you can set it up to include from either content or media - or both. Have you checked this setting?
Other than that, it may be a bit easier to help, if you tell us what versions of umbraco, ezSearch (and maybe other plugin) that you are using
Hello Saren,
Thanks for your reply.
Please find below code:
@Umbraco.RenderMacro("ezSearch", new {rootContentNodeId="1074", rootMediaNodeId="1255", indexType="BOTH", searchFields="hashTags,companyName,pageTitle,nodeName", previewFields="", previewLength="", pageSize="", hideFromSearchField="", searchFormLocation="none"})
I am using ezsearch 1.2 on umbraco 7.7.8Thanks for helping.
When you say its not searching in media, do you have pdfs etc in media section and you are looking to search in contents of those?
Regards
Ismail
is working on a reply...