Home→Insights→Why On-Site Search Is the Most Underrated E-Commerce AI Investment
E-Commerce
Why On-Site Search Is the Most Underrated E-Commerce AI Investment
Ruchi Kiran B.
eCommerce Specialist
· 26 min
Visitors who use search convert at 2 to 3x but only when results match intent. Keyword search returns 47 wrong items; AI semantic search returns 4 right ones. The 3 query kinds AI wins, the 5 patterns, and the 4-layer architecture.
E-Commerce Solutions
Looking for a e-commerce partner?
We build domain-led systems tailored to your industry and workflow. 12 years. 2,100+ engagements.
Your e-commerce site search bar is one of the most-used surfaces on the entire site and one of the worst-performing. Roughly 30 to 40 percent of your serious buyers use search instead of category browsing because they know what they want and they want it fast. They type "waterproof hiking jacket size large under $200" and your search returns 47 results, half of them sleeveless windbreakers and yoga tops. The visitor who typed a precise multi-attribute query expecting a narrow result set sees the same keyword-matched chaos that ecom search has produced since 2008. The visitor bounces. Most teams never connect the conversion loss to the search experience because the analytics tracks search usage but rarely tracks search-to-purchase the way it tracks category-to-purchase.
The numbers are unkind. Visitors who use site search convert at 2 to 3 times the rate of visitors who do not, but only when the search actually returns relevant results. When it does not, those same visitors bounce at higher rates than category browsers because they already had specific intent and your site failed to match it. The legacy search engine your store ships with treats the query as a bag of keywords and ranks results by lexical match. The shopper's intent (the precise size, the price range, the specific use case, the brand affinity) gets lost the moment the query is tokenized. Your highest-intent buyers get your worst experience.
Below is the shape of the shift to AI-powered semantic search, the 3 kinds of queries where AI search wins decisively, the 5 patterns that make it work, the 3 anti-patterns that show up when teams try to add AI to legacy keyword engines, and the architecture that lets your catalog, your search, and a modern model produce results that match how shoppers actually type.
2-3x
Conversion rate of search users versus browsers when search returns relevant results.
40%
Of your visitors with the highest purchase intent use the search bar instead of category navigation.
3
Query kinds where AI search beats keyword decisively: natural language, attribute-heavy, vague intent.
200ms
Latency budget for an AI search result page before the visitor notices the delay.
You will see why keyword search has stopped earning its place on your site, what AI semantic search looks like at the data and model layer, and how the shift connects to your catalog, your recommendation engine, and the agent-mediated shoppers your store is starting to see. The work today is less about tuning your search ranking weights and more about deciding whether your catalog exposes the signals a modern search model needs to match intent precisely.
How Keyword Search Quietly Stopped Working
Keyword search assumed shoppers typed the exact words used in your product titles and descriptions. That assumption never held perfectly, and your team patched it with synonym dictionaries, manual rule overrides, and merchandising-driven re-ranking. Each patch helped a little; the underlying problem stayed. The shopper does not know your taxonomy. The shopper types in plain language, in incomplete sentences, with their own vocabulary for fit, material, color, and use case. Keyword search tokenizes the query and matches against the product text it indexed. The match is shallow. The diagram below shows the shift; the shopper's actual intent is encoded in semantics keyword search cannot extract.
Then vs Now
How Keyword Search Reads a Query vs How AI Search Reads It
Keyword Search
Tokens vs Tokens
Query: "waterproof hiking jacket size large under $200" tokenizes to {waterproof, hiking, jacket, size, large, under, $200}.
Engine matches any product description containing 2 or more tokens. Returns 47 items including yoga tops and windbreakers. Price filter is ignored unless the visitor types it as a sidebar control.
AI Semantic Search
Intent vs Catalog
Query parses to: category=outerwear, use=hiking, weather-resistance=high, size=L, price-max=$200. The model extracts structured intent from the natural-language query.
Engine returns 4 jackets that match all attributes. Price filter applies. Use-case match ranks the dedicated hiking shells above general-purpose jackets. The shopper gets exactly what they asked for.
Shape, Not a Quote
Exact match quality varies by catalog richness. The shape is consistent. Stores with structured attributes and clean descriptions see the largest gains from AI search.
The keyword engine was the right answer when product catalogs were small, shoppers typed in single-word queries, and search infrastructure could not run anything heavier. None of those conditions still hold. Your shoppers type in full sentences because they learned that habit from Google and ChatGPT. Your catalog is large and the long tail of products needs intent-matched discovery. Your infrastructure can run embedding models at scale. The investment your team is deferring is producing a worse experience for the highest-intent visitors who arrive expecting search to work.
The teams that keep keyword search longest are the ones who measure search by usage counts rather than by search-to-purchase conversion. Usage stays flat or rises because shoppers still try search; conversion stays poor because the results disappoint. The teams that finally measure search-to-purchase realize they have been losing 20 to 40 percent of their highest-intent traffic at the search box for years.
3 Query Kinds Where AI Search Beats Keyword Decisively
Below are the 3 query types where AI semantic search now wins by a wide margin, measured by relevance, click-through, and downstream conversion. Each one used to fail in the keyword engine and each one is now a clean answer.
01
Natural Language Queries With Multiple Constraints
Your shopper types "waterproof hiking jacket size large under $200" and expects a narrow result set. Keyword search produces 47 items; AI semantic search produces 4. The model extracts the structured attributes from the plain-language query and applies them as filters automatically. The shopper does not have to translate their intent into sidebar controls. The conversion improvement is dramatic because the shopper finally sees the products that match what they asked for in their own words.
02
Attribute-Heavy Queries Where Keyword Misses Subtle Matches
Your shopper searches "breathable summer dress for a beach wedding" and your keyword engine returns generic summer dresses ranked by popularity. AI search reads "beach wedding" as a use-case signal and surfaces dresses tagged for resort wear or semi-formal occasions; "breathable" surfaces lightweight fabrics from the structured attributes; "summer" filters by season. The result is a curated set that fits the actual occasion. Your shopper does not have to scroll through 200 results to find the 6 that fit; the AI surfaces those 6 at the top.
03
Vague Intent Queries Where Keyword Returns Empty
Your shopper types "something to fix my back pain at my desk" and your keyword engine returns zero results because none of your product titles contain "back pain" or "desk." AI search reads the intent (ergonomic seating, posture support, lumbar accessories) and surfaces the relevant product categories. The shopper finds what they came for even though they did not know your exact product vocabulary. This is the query type where keyword search loses the most revenue silently because the no-results page is treated as a search failure rather than a missed product opportunity.
The 3 query types above account for most of the search-conversion gap. Natural-language queries are the most common because shoppers have learned the habit from chatbots. Attribute-heavy queries are the highest-intent because the shopper already knows what they want. Vague-intent queries are the most underserved because keyword search treats them as failed searches rather than discovery opportunities. Teams that fix all 3 see search-to-purchase rise meaningfully across the funnel; teams that fix only one see modest gains and conclude AI search is not worth the investment.
5 Patterns That Make AI Search Work in Production
The teams shipping AI semantic search in production are converging on the same 5 patterns. The right pair or triple depends on your catalog richness, your query volume, and how aggressively your team can invest in the data layer.
5 Patterns
How AI Search Actually Ships to Production
Pick 2 or 3 patterns that fit your store. All 5 at once is usually over-engineering; carefully chosen pairs produce the lift.
Pattern 1
Query Intent Extraction
The model parses the natural-language query into structured attributes (category, size, price, use-case) before searching.
Pattern 2
Embedding-Based Retrieval
Catalog embeddings let semantically similar products surface even when the query wording does not match the product description.
Pattern 3
Hybrid Lexical Plus Vector
Combines keyword match (for exact-word precision) with vector match (for semantic recall). Best of both worlds at production latency.
Pattern 4
Context-Aware Re-Ranking
Results re-rank based on session context, inventory level, margin, and brand affinity rules. Merchandising signals stay in your hands.
Pattern 5
Conversational Refinement
When results are too broad, the system asks 1 clarifying question instead of forcing the shopper to refine the query themselves.
Shape, Not a Quote
Most teams need Patterns 1, 2, and 3 in the first phase. Patterns 4 and 5 ship in the second phase once the retrieval layer is stable and the query volume justifies the additional complexity.
The 5 patterns share a common foundation: the model has access to rich catalog metadata and clean attribute data. Without those inputs, the intent extraction in Pattern 1 has nothing to map to and the embeddings in Pattern 2 are weak. Teams that invest in catalog enrichment (structured attributes, use-case tags, occasion labels) and query log analysis (the most common queries and their failure modes) get the lift the patterns promise. Teams that ship the model on top of an unenriched catalog see modest gains and wonder why the upgrade was worth it.
The patterns explain why AI search is a data engineering project disguised as a model project. The model is the smallest investment. The catalog enrichment, the query intent schema, the embedding pipeline, the hybrid retrieval infrastructure, and the production serving layer are where the work lives. Teams that scope it as "add an LLM to search" produce a demo and stop there; teams that scope it as a 5-layer data pipeline produce a system that lifts search-to-purchase across the funnel.
3 Anti-Patterns When Teams Add AI to Legacy Keyword Engines
The shift to AI search invites shortcuts that produce worse experiences than the keyword engine they replaced. The 3 anti-patterns below cover the failure modes that show up most often.
01
Bolting an LLM on Top of Keyword Results
Your team keeps the keyword engine and adds an LLM that "summarizes" the top 10 results or rewrites the product titles. The underlying ranking is still keyword-based; only the presentation changed. The shopper sees the same wrong products with prettier descriptions. Click-through improves marginally; conversion does not move because the products are still mismatched. Your team concludes AI search is not worth the investment. The conclusion is wrong; the project never touched the retrieval layer.
02
Shipping Pure Vector Search Without Lexical Fallback
Your team replaces keyword search entirely with vector search. The exact-match queries that worked perfectly under keyword ("Nike Pegasus 40 size 10") now return loosely related results because vector search optimizes for semantic similarity rather than exact match. Your highest-intent searchers (the ones typing brand and SKU) get a worse experience than before. The fix is hybrid retrieval that combines lexical match for exact-keyword queries with vector match for natural-language queries. Pure vector search misses the cases where keyword precision was actually valuable.
03
Skipping the Query Log Analysis
Your team ships AI search without analyzing the last 6 months of search queries. The model handles common cases well but fails on the specific patterns your shoppers use that your team did not anticipate. The same failure modes that were the keyword engine's weakness show up in the new engine because the data needed to fix them was never reviewed. The fix is a 1 to 2 week query log analysis before the project scopes the catalog enrichment and the intent schema. Teams that skip this step ship a system that fails on exactly the same edge cases the legacy system failed on.
The 3 anti-patterns share the same root cause: the team treated the AI shift as a model upgrade rather than a retrieval architecture rebuild. The retrieval layer (intent extraction, hybrid lexical-plus-vector, re-ranking, fallback) is where the value lives. Teams that focus only on the model produce a demo; teams that rebuild the retrieval architecture produce a search engine that finally matches shopper intent.
5 Questions Before You Rebuild Your Search
The 5 questions below decide whether your AI search rebuild ships in a quarter or grinds for 9 months.
01
What are the top 100 queries on your site today?
Pull the last 90 days of search query logs and rank by volume. The top 100 cover 60 to 80 percent of all search traffic for most stores. Audit which of the top 100 return zero results, which return more than 50 results, and which produce clicks but no conversion. Those are the patterns the AI rebuild has to solve first. Teams that come in with this analysis ship a system that fixes the highest-volume failures from day 1.
02
How rich is your catalog metadata?
Audit your structured attributes (size, color, material, use-case, occasion, brand) and your unstructured description text. If the average product has fewer than 5 structured attributes and a 40-word description, the catalog enrichment work has to come first. AI search inherits the limitations of its catalog; teams that ship the model on a weak catalog see modest gains and miss the real opportunity.
03
What is your latency budget?
Search results need to render in under 200ms for most ecom sites; the visitor abandons after 400ms. The vector search infrastructure has to meet that bar at peak load. Pick the retrieval architecture (hybrid lexical-vector with cached embeddings) that fits your latency budget. Teams that prioritize accuracy over latency usually ship a search that works on the test bench and times out under production traffic.
04
How does the merchandising team interact with the new engine?
Your merchandising team has historically tuned search rankings through manual rules and pinned results. The AI rebuild needs to expose the same kind of control or your merchandising team will fight the project. Plan the merchandising layer (boost rules, pin lists, override controls) as part of the scope. Teams that ship without it discover the merchandising team is unable to do their job and the project gets reversed.
05
How will you measure success beyond click-through?
Click-through alone is misleading; a flashy results page can drive clicks on products that do not convert. Track click-through, conversion rate on clicked items, search-to-purchase rate, and zero-results rate. The new engine should improve at least 3 of the 4 against the legacy baseline within 30 days. Teams that read the metrics honestly catch tuning needs early; teams that only watch click-through miss the actual quality signal.
The 5 questions are the difference between an AI search rebuild that ships in 10 to 14 weeks and one that grinds for 6 months and produces a system shoppers do not trust. The build itself is bounded engineering work; the discovery and infrastructure preparation is where the project succeeds or fails.
How AI Search Connects to Your Catalog and Recommendation Stack
The architecture is the half of the project that hides behind the search results page. The diagram below shows the 4 layers; teams that build for this shape produce search systems that scale cleanly with the catalog, and teams that improvise tend to end up with a search that gets slower and less accurate every quarter.
Architecture
How Query Intent, Catalog Embeddings, and Hybrid Retrieval Connect
Layer 1
Query Understanding
The model parses the natural-language query into structured intent: category, attributes, constraints, sentiment, use-case.
→
Layer 2
Hybrid Retrieval
Lexical engine plus vector engine run in parallel. Results merge, deduplicate, and feed into ranking. Best of both worlds.
→
Layer 3
Re-Ranking
Session context, inventory, margin, brand affinity, and merchandising rules adjust the order. Your merchandising team keeps control.
→
Layer 4
Results & Refinement
Render results, surface auto-applied filters as chips, offer 1 clarifying question if results are too broad. Shopper stays in flow.
Where the Engineering Lives
Layer 1 is the intent schema. Layer 2 is the retrieval performance. Layer 3 is where merchandising survives. Layer 4 is the shopper-facing polish.
The architecture above is what makes AI search scale as the catalog grows. The hybrid retrieval in Layer 2 means exact-keyword queries and natural-language queries both work. The re-ranking layer in Layer 3 keeps your merchandising team's strategy in the loop without forcing them to learn embeddings. The query understanding in Layer 1 is the most leveraged investment because it produces structured intent that downstream layers can act on cleanly. Teams that build all 4 layers ship a search system that improves continuously; teams that build only the model and skip the retrieval architecture ship a one-time demo.
The architecture also connects to the rest of your e-commerce AI stack. The catalog embeddings are the same ones your recommendation engine uses. The session signals are the same ones the adaptive homepage reads. The intent schema is the same one your future conversational shopping interface will parse. AI search is not a standalone project; it shares 80 percent of its infrastructure with every other AI feature your store will ship over the next 2 years.
Frequently Asked Questions
Why is site search such an underrated investment?
Search shows up in almost every ecom team's analytics as "search bar used 40% of the time" and stops there. The team accepts the number as healthy without tracking what happens after the search. The full picture (search-to-click, click-to-conversion, zero-results rate, time-to-result) almost always reveals search is the worst-performing major surface on the site. Once the team measures honestly, the case for the rebuild becomes obvious. Most teams discover the gap when they instrument search-to-purchase for the first time and see a 20 to 40 percent revenue opportunity they were missing.
Should you build search in-house or buy a vendor solution?
For most mid-market stores, a hybrid approach wins: buy the embedding model and vector database from a vendor, build the query understanding and re-ranking in-house. The vendor handles the parts that commoditize quickly; your team owns the parts that differentiate your store (your catalog, your merchandising rules, your visitor flow). Pure vendor solutions fail to capture catalog-specific intent; pure in-house builds usually take 9 to 12 months and produce a system that lags vendor capabilities within a year.
How long does the AI search rebuild actually take?
10 to 14 weeks when your catalog is enriched and the query log analysis is done. 16 to 24 weeks when the catalog needs enrichment first. The variable is the data layer maturity, not the model. Teams that come in with the query analysis and catalog audit done ship in the lower range; teams that try to do everything in parallel usually take longer because the dependencies pile up.
Will your existing merchandising rules still work?
Yes when the architecture in Layer 3 is right. The re-ranking layer is where merchandising rules apply: pinned products at the top of specific queries, boosts for high-margin items, demotions for low-stock, brand-specific overrides. The merchandising team works with the same kinds of controls they had under the legacy engine; the controls just sit on top of better candidate retrieval. Teams that skip this layer end up with merchandising teams who feel their judgment was ignored and push to revert.
What about visual search where the shopper uploads an image?
Visual search ships on the same embedding infrastructure once the catalog has image embeddings. The shopper uploads a photo of a chair they liked in a hotel; the system finds the closest matches in your catalog. Visual search adds significant lift in fashion, furniture, and accessories where the look matters more than the description. The implementation is straightforward once the text embedding pipeline is shipped; the additional engineering is the image embedding model and the upload UI. Many teams add visual search as phase 2 once the text search rebuild is live.
Does AI search hurt page load speed?
Not when the infrastructure is sized correctly. Hybrid retrieval at production scale runs in 50 to 150ms total when the vector store is properly tuned and the lexical engine is in front of a fast cache. The intent-extraction step adds 50 to 100ms and can be skipped on the fast path for common queries. Total budget stays under 200ms which is the visitor-perception threshold. Teams that ship search without measuring latency end up with degraded experiences on traffic peaks; teams that load-test before launch hit the budget consistently.
Can Entexis rebuild your site search?
Yes, and it is one of the most leveraged e-commerce AI projects we ship today. We start with the query log analysis and the catalog audit, design the intent schema, build the hybrid retrieval layer with embedding and lexical paths, ship the re-ranking and merchandising controls, and run the A/B rollout with a feature flag rollback in place from day 1. Typical engagement is 10 to 14 weeks for catalog-ready stores and 16 to 24 weeks when the catalog and signal layers need rebuilding first. The work sits inside our e-commerce offering and the same infrastructure powers your recommendation engine, your adaptive homepage, and your agent-readable site.
The most important thing to take from this is that keyword search was the right answer for the small-catalog, single-word-query era. Your shoppers stopped typing single-word queries when they learned to talk to Google and ChatGPT in full sentences. Your catalog is too large for keyword precision to work alone. Teams that rebuild search with the hybrid AI architecture finally match the shopper intent that was always there; teams that hold onto keyword watch their highest-intent visitors bounce at the search box every day.
Want to Rebuild Your Site Search to Finally Match Shopper Intent?
At Entexis, we ship AI search rebuilds as part of our e-commerce work. We analyze your query logs, audit your catalog, design the intent schema, build the hybrid lexical-plus-vector retrieval layer, ship the re-ranking and merchandising controls, and run the A/B rollout with a feature flag rollback in place from day 1. Your highest-intent visitors finally get the results they came for; your search-to-purchase rate climbs across the funnel. Typical engagement is 10 to 14 weeks for catalog-ready stores and 16 to 24 weeks when the catalog and signal layers need rebuilding first. Start the conversation with Entexis.
Building an Online Store?
Custom Shopify, WooCommerce, or headless, we build e-commerce stores that convert, not just look good. Tell us what you need.
We'll get back within one business day.
Thank You!
We've received your message and will get back to you within one business day.
Try the AI workflows we build, for real, right now.
Same workflow patterns Entexis ships into client stacks. Try them in your browser, no signup. If one feels like it'd help your team, we build a private version tuned to your data.