Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Mari Jørgensen
Jun 7, 2010
  4214
(1 votes)

Slides and Source Code from EPiServer Partner Summit

At the EPiServer Partner Summit in Malmø I held a presentation about Search Providers and Settings for Properties, which is new functionality in EPiServer CMS 6.

I ran two code demos:

  1. Creating a custom search provider from scratch
  2. Adding settings to a custom property

I have added slides explaining the different interfaces and base classes I used, and also references to where you can find more information about the topics. You can download the presentation and the source code below.

Presentation and source code Resources.zip


About the Search Provider Library project

By habit I use post build event script together with Unleash It to copy library output into the web project. If you don’t want to install Unleash It you can change the library project’s output path or simply copy the dll manually.

In order for the IconCssClass property on the SearchResult object to work, I simply added the following css to the end of the system.css (located in App_Themes\Default\Styles):

.userSearch
{
    background: url(../Images/Tools/MySettings.gif);
    background-repeat: no-repeat;
    padding:1px 0 2px 18px;
}

I hope you enjoyed the Partner Summit as much as I did! smile_regular

Jun 07, 2010

Comments

Please login to comment.
Latest blogs
Solving the mystery of high memory usage

Sometimes, my work is easy, the problem could be resolved with one look (when I’m lucky enough to look at where it needs to be looked, just like th...

Quan Mai | Apr 22, 2024 | Syndicated blog

Search & Navigation reporting improvements

From version 16.1.0 there are some updates on the statistics pages: Add pagination to search phrase list Allows choosing a custom date range to get...

Phong | Apr 22, 2024

Optimizely and the never-ending story of the missing globe!

I've worked with Optimizely CMS for 14 years, and there are two things I'm obsessed with: Link validation and the globe that keeps disappearing on...

Tomas Hensrud Gulla | Apr 18, 2024 | Syndicated blog

Visitor Groups Usage Report For Optimizely CMS 12

This add-on offers detailed information on how visitor groups are used and how effective they are within Optimizely CMS. Editors can monitor and...

Adnan Zameer | Apr 18, 2024 | Syndicated blog