SELECT 
  cscart_pages.*, 
  cscart_page_descriptions.*, 
  cscart_seo_names.name as seo_name, 
  cscart_seo_names.path as seo_path 
FROM 
  cscart_pages 
  INNER JOIN cscart_page_descriptions ON cscart_pages.page_id = cscart_page_descriptions.page_id 
  LEFT JOIN cscart_seo_names ON cscart_seo_names.object_id = cscart_pages.page_id 
  AND cscart_seo_names.type = 'a' 
  AND cscart_seo_names.dispatch = '' 
  AND cscart_seo_names.lang_code = 'en' 
WHERE 
  cscart_pages.page_id = 55 
  AND cscart_page_descriptions.lang_code = 'ar' 
  AND (
    cscart_pages.usergroup_ids = '' 
    OR FIND_IN_SET(0, cscart_pages.usergroup_ids) 
    OR FIND_IN_SET(1, cscart_pages.usergroup_ids)
  ) 
  AND cscart_pages.page_type IN ('T', 'L', 'B', 'F')

Query time 0.00077

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.00183779,
    "const_condition": "1",
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_pages",
          "access_type": "const",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["page_id"],
          "ref": ["const"],
          "rows": 1,
          "filtered": 100
        }
      },
      {
        "table": {
          "table_name": "cscart_page_descriptions",
          "access_type": "const",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["page_id", "lang_code"],
          "ref": ["const", "const"],
          "rows": 1,
          "filtered": 100
        }
      },
      {
        "table": {
          "table_name": "cscart_seo_names",
          "access_type": "ref",
          "possible_keys": ["PRIMARY", "dispatch"],
          "key": "PRIMARY",
          "key_length": "206",
          "used_key_parts": ["object_id", "type", "dispatch", "lang_code"],
          "ref": ["const", "const", "const", "const"],
          "loops": 1,
          "rows": 1,
          "cost": 0.00183779,
          "filtered": 100,
          "attached_condition": "trigcond(cscart_seo_names.`type` = 'a' and cscart_seo_names.dispatch = '' and cscart_seo_names.lang_code = 'en')"
        }
      }
    ]
  }
}

Result

page_id company_id parent_id id_path status page_type position timestamp usergroup_ids localization new_window use_avail_period avail_from_timestamp avail_till_timestamp facebook_obj_type lang_code page description meta_keywords meta_description page_title link seo_name seo_path
55 0 7 7/55 A B 0 1779215400 0 0 N 0 0 activity ar How AI Improves Product Search in Online Stores <style> *{box-sizing:border-box;margin:0;padding:0} .ec{font-family:system-ui,sans-serif;color:#1a1a2e;width:100%;line-height:1.7} .ec a{color:#1a0552;text-decoration:none} .ec a:hover{text-decoration:underline} /* Banner */ .ec-banner{ background:linear-gradient(135deg,#1a0552,#35108d); border-radius:14px; padding:55px 50px; margin-bottom:30px; text-align:center } .ec-banner h1{ font-size:42px; font-weight:700; color:#fff; line-height:1.2; margin-bottom:16px } .ec-banner p{ font-size:15px; color:rgba(255,255,255,.82); margin:0 auto 24px; max-width:760px } .ec-btn{ display:inline-block; padding:10px 24px; border-radius:100px; background:#fff; color:#1a0552!important; font-size:13px; font-weight:600 } .ec-btn:hover{ text-decoration:none; opacity:.92 } /* Intro */ .ec-intro{ background:#faf5ff; border:1px solid #ede8fb; border-radius:14px; padding:30px; margin-bottom:30px } .ec-intro p{ font-size:14px; color:#444; margin-bottom:16px } /* Sections */ .ec-section{margin-bottom:34px} .ec-section h2{ font-size:28px; font-weight:700; color:#1a0552; margin-bottom:16px; line-height:1.3 } .ec-section h3{ font-size:20px; font-weight:700; color:#1a0552; margin:22px 0 12px } .ec-section p{ font-size:14px; color:#444; margin-bottom:16px } .ec-section ul{ padding-left:18px; margin-bottom:16px } .ec-section li{ font-size:14px; color:#444; margin-bottom:8px } /* Image Box */ .ec-img{ margin:22px 0; border-radius:14px; overflow:hidden; box-shadow:0 10px 25px rgba(0,0,0,.08) } .ec-img img{ width:100%; display:block } /* Grid Cards */ .ec-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:18px; margin-top:20px } .ec-card{ background:#faf5ff; border:1px solid #ede8fb; border-radius:14px; padding:22px } .ec-card .icon{ font-size:28px; margin-bottom:12px } .ec-card h3{ font-size:16px; margin:0 0 10px; color:#1a0552 } .ec-card p{ font-size:13px; margin:0; color:#555 } /* Highlight */ .ec-highlight{ background:#1a0552; border-radius:14px; padding:28px; margin:28px 0 } .ec-highlight h2{ color:#fff; margin-bottom:12px } .ec-highlight p, .ec-highlight li{ color:rgba(255,255,255,.85) } /* Table */ .ec-table-wrap{ overflow-x:auto; border-radius:12px; border:1px solid #ede8fb; margin-top:20px } table.ec-table{ width:100%; border-collapse:collapse; font-size:13px } .ec-table thead tr{ background:#1a0552 } .ec-table thead th{ padding:14px; text-align:left; color:#fff; font-weight:600 } .ec-table tbody tr{ border-bottom:1px solid #ede8fb } .ec-table tbody tr:hover{ background:#faf5ff } .ec-table tbody td{ padding:13px 14px; color:#444 } .ec-table tbody td:first-child{ font-weight:600; color:#1a0552 } /* Callout */ .callout{ background:#faf5ff; border-left:4px solid #7c3aed; padding:18px 20px; border-radius:0 10px 10px 0; margin:24px 0 } .callout strong{ display:block; font-size:12px; text-transform:uppercase; letter-spacing:.08em; margin-bottom:6px; color:#1a0552 } /* FAQ */ .ec-faq{ margin-top:40px } .ec-faq h2{ font-size:28px; margin-bottom:18px; color:#1a0552 } .faq-item{ border:1px solid #ede8fb; border-radius:12px; margin-bottom:10px; overflow:hidden } .faq-q{ padding:16px 18px; font-size:14px; font-weight:600; cursor:pointer; display:flex; justify-content:space-between; align-items:center; background:#fff; color:#1a0552 } .faq-q:hover{ background:#faf5ff } .faq-a{ display:none; padding:0 18px 18px; font-size:13px; color:#555; line-height:1.8 } .faq-item.open .faq-a{ display:block } .faq-arrow{ width:28px; height:28px; border-radius:50%; background:#1a0552; display:flex; align-items:center; justify-content:center; color:#fff; font-size:18px; flex-shrink:0 } /* CTA */ .ec-cta{ background:linear-gradient(135deg,#1a0552,#35108d); border-radius:14px; padding:38px; text-align:center; margin-top:40px } .ec-cta h2{ font-size:28px; color:#fff; margin-bottom:12px } .ec-cta p{ color:rgba(255,255,255,.82); font-size:14px; max-width:700px; margin:0 auto 22px } .ec-cta-btns{ display:flex; justify-content:center; gap:12px; flex-wrap:wrap } .btn-light{ display:inline-block; padding:10px 22px; background:#fff; border-radius:100px; color:#1a0552!important; font-size:13px; font-weight:600 } .btn-outline{ display:inline-block; padding:10px 22px; border:1px solid rgba(255,255,255,.5); border-radius:100px; color:#fff!important; font-size:13px; font-weight:600; background:rgba(255,255,255,.08) } .btn-outline:hover, .btn-light:hover{ text-decoration:none } /* Responsive */ @media(max-width:768px){ .ec-banner{ padding:40px 24px } .ec-banner h1{ font-size:30px } .ec-section h2, .ec-faq h2, .ec-cta h2{ font-size:24px } } </style> <div class="ec"> <!-- Banner --> <div class="ec-banner"> <h1>How AI Improves Product Search in Online Stores</h1> <p>Discover how Artificial Intelligence transforms eCommerce product search with smart recommendations, natural language processing, visual search, and personalized shopping experiences that increase conversions and customer satisfaction.</p> <a href="https://ecartify.com/store/" class="ec-btn">Explore AI Addons →</a> </div> <!-- Intro --> <div class="ec-intro"> <p>Artificial Intelligence (AI) is rapidly changing the future of eCommerce. From personalized recommendations to intelligent product discovery, AI helps online stores create faster, smarter, and more engaging shopping experiences for customers.</p> <p>One of the biggest areas where AI is making a major impact is <strong>product search</strong>. Traditional keyword-based search systems often fail to understand what customers actually want. AI-powered search engines solve this problem by understanding search intent, customer behavior, and product relevance in real time.</p> <p>In this guide, we'll explore how AI improves product search in online stores, the biggest challenges with traditional search systems, and the best AI-powered tools that help eCommerce businesses increase sales and customer engagement.</p> </div> <!-- Section --> <div class="ec-section"> <h2>Why Traditional Product Search Fails in eCommerce</h2> <p>Many online stores still rely on basic keyword-based search systems. These systems only match exact words typed by users, which creates a frustrating shopping experience when customers use natural language or make spelling mistakes.</p> <div class="ec-img"> </div> <h3>Common Problems with Traditional Search</h3> <ul> <li>Unable to understand customer intent</li> <li>Fails when users make spelling mistakes</li> <li>Shows irrelevant search results</li> <li>Poor handling of synonyms and conversational phrases</li> <li>High number of “No Results Found” pages</li> <li>Difficulty discovering related products</li> </ul> </div> <!-- AI Section --> <div class="ec-section"> <h2>How AI Improves Product Search in Online Stores</h2> <p>AI-powered search engines use technologies like machine learning, Natural Language Processing (NLP), semantic search, and customer behavior analysis to deliver better search results.</p> <div class="ec-grid"> <div class="ec-card"> <div class="icon">????</div> <h3>Natural Language Understanding</h3> <p>AI understands conversational search queries instead of depending only on exact keywords.</p> </div> <div class="ec-card"> <div class="icon">????</div> <h3>Personalized Results</h3> <p>AI analyzes customer behavior and shows products based on browsing history and preferences.</p> </div> <div class="ec-card"> <div class="icon">????</div> <h3>Visual Search</h3> <p>Customers can upload images to find similar products instantly.</p> </div> <div class="ec-card"> <div class="icon">⚡</div> <h3>Instant Suggestions</h3> <p>AI predicts customer intent and provides smart autocomplete recommendations.</p> </div> </div> </div> <!-- Highlight --> <div class="ec-highlight"> <h2>Best AI Addons for Smarter Product Search</h2> <p>Modern AI-powered addons can completely transform the search experience inside your CS-Cart or eCommerce store.</p> <ul> <li><strong>NLP Smart Search AI</strong> &mdash; Understands natural language queries and smart product filtering.</li> <li><strong>AI Merchandising Engine</strong> &mdash; Personalized recommendations based on customer behavior.</li> <li><strong>AI Assistant Smart Chatbot</strong> &mdash; Conversational product discovery and instant support.</li> <li><strong>AI Creator</strong> &mdash; Generates SEO-friendly product descriptions and metadata.</li> </ul> </div> <!-- FAQ --> <div class="ec-faq"> <h2>Frequently Asked Questions</h2> <div class="faq-item"> <div class="faq-q" onclick="this.parentElement.classList.toggle('open')"> What is AI-powered product search? <span class="faq-arrow">+</span> </div> <div class="faq-a"> AI-powered product search uses machine learning and Natural Language Processing (NLP) to understand customer intent and deliver more relevant search results. </div> </div> <div class="faq-item"> <div class="faq-q" onclick="this.parentElement.classList.toggle('open')"> How does AI improve eCommerce conversions? <span class="faq-arrow">+</span> </div> <div class="faq-a"> AI improves conversions by helping customers quickly find relevant products through personalized recommendations, smart search, and behavioral analysis. </div> </div> <div class="faq-item"> <div class="faq-q" onclick="this.parentElement.classList.toggle('open')"> What is NLP in eCommerce search? <span class="faq-arrow">+</span> </div> <div class="faq-a"> NLP stands for Natural Language Processing. It helps AI systems understand conversational customer queries instead of relying only on exact keywords. </div> </div> </div> <!-- CTA --> <div class="ec-cta"> <h2>Upgrade Your Store with AI-Powered Search</h2> <p>Improve product discovery, boost conversions, and create smarter shopping experiences with advanced AI-powered eCommerce addons for your online store.</p> <div class="ec-cta-btns"> <a href="https://ecartify.com/store/" class="btn-light">Browse AI Addons</a> <a href="https://ecartify.com/contact-us/" class="btn-outline">Talk to Experts →</a> </div> </div> </div> how-ai-improves-product-search-in-online-stores 7