Rajveer Singh
Aug 4, 2025
  548
(0 votes)

Understanding Query Execution in Optimizely Search & Navigation

 

A Real-Life Example of How Search Works Behind the Scenes

In today’s digital landscape, delivering accurate and relevant search results is critical to user experience. Optimizely Search & Navigation (formerly Episerver Find) offers a powerful search engine that enhances queries using features like synonyms, fuzzy matching, boosting, and best bets.

Let’s walk through how a search query is executed using a real-life example.


Real-Life Scenario

Imagine a user visits an e-commerce site and searches for:

"iphon" (a typo for "iPhone")

Despite the typo, the user expects to see relevant results like "iPhone 15 Pro", "Apple iPhone Case", etc. Here's how Optimizely processes this query:


Query Execution Flow

1️⃣ Synonym Expansion

Before the query hits the search engine, Optimizely checks for synonyms. If "iPhone" has synonyms like "smartphone" or "mobile", the query is expanded:

Query becomes: "iphon OR iPhone OR smartphone OR mobile"

This increases the chances of matching relevant content.


2️⃣ Fuzzy Matching

Next, fuzzy logic is applied to handle typos. The term "iphon" is recognized as a close match to "iPhone" using Levenshtein distance.

Match found: "iPhone" despite the typo.


3️⃣ Document Retrieval

The search engine now retrieves all documents that match the expanded and fuzzy-corrected query terms.

Results include: iPhone 15 Pro, iPhone Cases, Apple Accessories, etc.


4️⃣ Boosting

Boosting adjusts the relevance score of results. For example, if Apple products are boosted:

.BoostMatching(x => x.Brand, "Apple", 2.0)

Apple products appear higher in the results than others.


5️⃣ Best Bets

If the admin has configured a best bet for the term "iPhone", such as the "iPhone 15 Pro" product page, it is promoted to the top of the results.

Best Bet Result: iPhone 15 Pro appears first, regardless of score.


6️⃣ Final Results

The final result list is assembled, combining all the above enhancements and User sees accurate, relevant, and prioritized results:

  • Synonym-expanded matches
  • Fuzzy-corrected terms
  • Boosted relevance scores
  • Best bet promotions

 


This layered approach ensures that:

  • Users get results even with typos.
  • Related terms are intelligently matched.
  • Important content is prioritized.
  • Admins can manually promote key pages.

Summary Diagram

User Query → Synonym Expansion → Fuzzy Matching → Document Retrieval → Boosting → Best Bets → Final Results

 

Aug 04, 2025

Comments

Please login to comment.
Latest blogs
Optimizely Opal: How to Build Effective Workflow Agents

If you're building workflow agents in Optimizely Opal, this post covers how specialized agents pass context to each other, why keeping agents small...

Andre | May 20, 2026

ReviewPR: An Azure Function That Reviews Your Azure DevOps Pull Requests With Claude

A while back I wrote about an  Azure Function App for PDF creation that we use to offload PDF rendering from our Optimizely DXP site. That same...

KennyG | May 19, 2026

Accelerating Optimizely CMS and Commerce upgrades with agentic AI (Part 2 of 2)

The Real Transformation in Optimizely CMS 13: Why the Upgrade Itself Is the Easy Part. A field-tested playbook for enterprise teams moving from...

Hung Le Hoang | May 18, 2026

Is the most powerful AI model really the best value?

Artificial Intelligence is already becoming part of everyday software development. Developers now use AI tools to generate code, write documentatio...

K Khan | May 16, 2026

Optimizely London Dev Meetup 2026

Well, everyone, it's that time of the year again, and we have another London Developer meet up coming for this summer. The date is set for the 2nd ...

Scott Reed | May 15, 2026

Building a Custom RAG for Optimizely Opal

How to design a standalone RAG service for documents that don't belong in Optimizely One, and expose it to Opal and other AI tools without coupling...

Michał Mitas | May 14, 2026 |