How to resolve jQuery Conflict with Sitecore in Sitecore Page Editor Mode

Load your js file right before calling the script To make your life easier wrap your code in an anonymous function and pass the jQuery variable in. This is probably more obvious if you’re writing some code others will use like a jQuery plugin, but could help save you down the line. Adding the anonymous … More How to resolve jQuery Conflict with Sitecore in Sitecore Page Editor Mode

Advertisement

How to index PDF content with Lucene AdvancedDatabaseCrawler in Sitecore

Make sure to run ProcessPdf method when AddAllFields method is called TemplateId’s for both versioned and unversioned PDF’s since a PDF could be based on one of them. A helper class for getting rid of html tags inside the pdf content. We need to call QueryParser.Escape for Special Characters. The final method for parsing the … More How to index PDF content with Lucene AdvancedDatabaseCrawler in Sitecore