World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
Sometimes, there are additional meta data that should be indexed together with your PageData objects. In my example, I have a separate database containing meta data for the CoursePage page type. So whenever I index or update a course, I would like...
After installing EPiServer Find in my CMS 7.5 solution, I specified what page types to include (or exclude). To keep my Global.asax file easier to read, I’ve placed this in a separate class (and call the Initialize method from Global.asax). This w...
Just a quick note to myself (and perhaps others), so that I won’t spent the same amount of struggling again… :) The Xml CDATA tags do not work in EPiServer, and what’s more: EPiServer stops parsing the lang file at the point where the CDATA tag is...
The solution I’m currently working on has a lot of stuff in the Dynamic Data Store, this data relates to the various pages. So when the customer empties the trash bin, we want to take the opportunity to also clean out the “trash” from the DDS....
This seems like a pretty straight-forward task, but it’s actually harder than you could expect. It’s such a basic need that I think it should have been built in. Here is my working version (after many failed attemps): UPDATE (improved version from...