we are using ezsearch in umbraco v 7.6.6 to implement a search engine for our umbraco site.
We have data in the content library and pdf files in the media library
The pdf files when publishing are pushed to the index and are then searchable. However if we rebuild the externalIndex, it removes all the entries from the pdf files !
ExamineIndex
Hello,
we are using ezsearch in umbraco v 7.6.6 to implement a search engine for our umbraco site.
We have data in the content library and pdf files in the media library
The pdf files when publishing are pushed to the index and are then searchable. However if we rebuild the externalIndex, it removes all the entries from the pdf files !
Any indeas ? Do we need to added custom code ?
Regards Ben
Hi Ben,
See the following article:
https://our.umbraco.org/documentation/reference/Config/ExamineSettings/
towards the bottom, you will see and IndexSet name "PDFIndexSet".
Also, the following tutorial should assist you:
https://www.gajadigital.com/en/blog/2017/july/searching-pdf-with-umbraco/
Regards
Craig
is working on a reply...