World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
Sometimes I wonder how EPiServer test their stuff, and if they ever test deploying it on live production servers, as some things really puzzle me. By default, the AppData folder is located inside the site itself, as can be seen from this line in t...
I’ve been struggling with a Dojo Widget for EPiServer, but no matter what I tried, the onChange event dit not make EPiServer save the new value. I’m not sure how many hours I kept on googling my way through various blog posts and tutorials, until ...
Inspired by this post, I started to experiment with enum properties. As the mentioned post only supports SelectOne for enums, my main motivation was to also support SelectMany. Currently, this is what I have: First, the EnumSelectFactory: Next, th...
TermsFacets are pretty nice, and so are projections, but you can easily find yourself in a situation where they seem to not work together. The TermsFacets build facets we can use to provide navigation and filtering for the end user, and the...
After figuring out how to index meta data with Find (see previous post: http://andersnordby.wordpress.com/2014/09/17/episerver-find-indexing-metadata-with-pagedata/), I thought more about the situation, and decided that it would probably be best t...