Get the latest!

Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.

Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World

Syndication and sharing

loading
  • Posted on: Jan 24, 2017
    Rating:

    Recently I helped out investigating an issue where the search result from Find contained non-published and deleted pages. The site in question had a search page that fetched results from two separate Find indexes. Read the full blog post on my...

  • Syndicated blog - Posted on: Jan 24, 2017

    I needed a simple way to ensure not documents that weren't in use was indexed by Episerver Find. The basics of the routine is if a document has one or more content references it should be indexed, otherwise not.

  • Posted on: Jan 24, 2017
    Rating:

    I'm not a React.JS expert so there is a risk that I haven't written the best React code in this blog post! We will be creating a new Version Listing widget in Alloy CMS that automatically lists the versions of the current context.   The source cod...

  • Posted on: Jan 24, 2017
    Rating:

    I'm not a React.JS expert so there is a risk that I haven't written the best React code in this blog post! We will be creating a new Version Listing widget in Alloy CMS that automatically lists the versions of the current context.   The source cod...

  • Syndicated blog - Posted on: Jan 23, 2017

    We were installing EPiServer Forms in a client’s EPiServer 9 website the other day, and encountered an issue with the binarier not being copied from the NuGet packages directory to the website’s bin folder. If we manually copied them there manuall...

  • Posted on: Jan 23, 2017
    Rating:

    As you know, the SerializableCart was released in Episerver Commerce 10.2.0. This improves performance a lot. However, before using SerializableCart, we need to first complete some tasks. This post describes how to "Convert IPaymentGateway to...

  • Syndicated blog - Posted on: Jan 23, 2017

    Finish up our product search block by building an Episerver Find search service and controller to bring it all together.

  • Syndicated blog - Posted on: Jan 22, 2017

    Renaming or deleting scheduled jobs from the code can fill up your error logs. This is how you can remove the traces of old scheduled jobs after code refactoring.