Take the community feedback survey now.
Take the community feedback survey now.
Utilize ASP.NET MVC's display templates to customise how EPiServer's PropertyFor method renders properties. When building a site with EPiServer CMS 7 and ASP.NET MVC the standard way of rendering a property is to use the PropertyFor helper method....
Downloadable and annotated source code for a ready-to-use search page using EPiServer Find. Although EPiServer Find can be used for many things on an EPiServer 7 site, the most common scenario is probably free text search pages and while there’s...
“Unified search is a new concept in Find’s .NET API that aims to provide the benefits of indexing objects using the “dumbed down” least common denominator approach while still maintaining Find’s original power of indexing more or less full .NET...
Powerful new functionality in EPiServer Find's .NET API. Filter by type, with or without support for inheritance, within filter expressions. EPiServer Find’s .NET API allows to filter by .NET/CLR type when searching and querying. For instance, let...
Match parts of words with EPiServer Find using an extension method for wildcard queries. A few days ago a question was posted in the Find forum on EPiServer World that basically boiled down to how to do wildcard queries with EPiServer Find. That i...