
內容簡介
這是一個針對 WordPress 和 WooCommerce 的最強大搜尋及篩選外掛程式。它取代了標準的 WordPress 搜尋功能,並為您的 WordPress 網站或 WooCommerce 商店新增了自動完成、拼字修正、PDF 搜尋和圖片搜尋等功能。也可免費添加完整的語音搜尋功能,詳細資訊請參考 Expertrec.com。
該搜尋外掛程式提供高度自訂化的搜尋引擎和使用者介面,以及超快速的搜尋體驗,並自動添加搜尋篩選器和結果頁面。您還可以透過同一個搜尋欄位搜尋多個網站(包括您自己的子網域和其他網域)。Expertrec 是最佳的電子商務搜尋外掛程式之一,支援多國語言,讓您的使用者可以使用各種語言進行有效搜尋。
您可以無需編寫程式建立並配置自己的 WordPress 搜尋使用者介面。請注意,本外掛程式需要付費使用(方案定價為每月9美元起),您可以試用14 天的免費示範版本。不過,即使在試用期結束後,您仍然可以繼續使用免費的語音搜尋功能。
功能:
超快速的搜尋結果
WooCommerce 產品搜尋
自訂欄位搜尋
免費語音搜尋
相關的搜尋結果
搜尋篩選器與面板
圖片搜尋
PDF 搜尋
自定義搜尋引擎規則
無需編輯的使用者介面自訂化
快速且簡易的設定
快速顯示自動完成搜尋建議
建議中包含熱門搜尋詞
搜尋結果排序控制
高級詞匹配和拼字修正
自然語言搜尋
個人化搜尋
搜尋分析
能夠不斷學習改進的搜尋算法
搜尋術語高亮顯示
響應式設計 - 適用於手機、平板、桌面電腦和安卓應用程序
支援30 多種語言
搜尋多個網站或子域名
從搜尋中新增至購物車
關於我們
ExpertRec 幫助為 WordPress 網站和 WooCommerce 商店建立美麗的搜尋體驗。要啟用我們的搜尋引擎,您可以遵循此文章中的指示:如何安裝 expertrec 的 WordPress 搜尋外掛程式
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
Dramatically improve your website’s search experience with ExpertRec, the all-in-one solution for WordPress and WooCommerce search. This powerful plugin supercharges your search functionality, leading to increased conversions, reduced bounce rates, and ultimately boosted user satisfaction. ExpertRec achieves this through a variety of innovative features, including:
**Chatgpt based page summary, Agentic search, results summary with AI and RAG based direct question answer, chat based on your site data etc.
Metafields & product attribute search: Search for products based on information you define using metafields (e.g.,SKU, material, part numbers) and product attributes (e.g., clothing size, neckline).
Voice search: Search for products using your voice for a hands-free experience.
Advanced search filters and facets: Refine search results with multiple filter options and dynamic facets.
PDF search: Search within PDFs uploaded to your site.
Customizable search engine rules: Fine-tune how products are searched and ranked for optimal results.
No-code UI customization: Design the search interface to match your store’s look and feel without coding.
AI-powered features:
Personalized search: Recommends relevant products based on user behavior and purchase history.
Intelligent filtering: Suggests filters based on the user’s search query for a more focused search.
NLP search: Understands natural language queries to deliver accurate results even if phrased differently.
Search Analytics and Integrations:
Track search data: Gain insights into user behavior and improve search effectiveness.
Google Analytics integration: Analyze search data alongside other website metrics for a holistic view.
Search API endpoints: Extend search functionality for developers through an API.
Advanced search functionality:
Fast typeahead suggestions: Get product suggestions as you type.
Popular query suggestions: Include trending searches to help users find what they’re looking for quickly.
Search ranking control: Prioritize specific products in search results for promotions or bestsellers.
Advanced word matching and typo correction: Ensure users find relevant products even with typos or misspellings.
Multi-language support: Makes your store searchable in over 30 languages.
Enhanced search experience:
Add to cart from search: Simplify the purchase process by allowing users to add products directly from search results.
Search layout customization: Design a search page that aligns with your store’s overall layout.
Highlight search terms: Emphasize searched terms within search results for clarity.
Unlimited search filters: Create as many filters as needed for precise product searches.
Customizable sort order: Allow users to sort search results by various criteria (e.g., price, popularity).
Instant search suggestions: Get suggestions the moment you start typing.
Filter suggestions: Refine search suggestions based on specific filters applied.
Synonym management: Define synonyms to ensure users find products even if they use different terms.
Search redirects: Direct users to specific landing pages based on their search queries.
Zero-character suggestions: Get product suggestions even if you haven’t typed anything yet.
No results customization: Personalize the results displayed when no search results are found.
Boosting rules: Highlight specific products in search results for targeted promotions.
Visual merchandising: Design the search results page to visually promote specific products.
Promotional banners: Display targeted promotions directly on the search results page.
Variant support: Enables searching for product variations (e.g., color, size).
Category page search: Improve search functionality on specific product category pages.
Taxonomy search: Allow searching within product classifications (e.g., brands, colors).
Links
Website
Documentation
Support
Contact Us
Pricing
We offer a free plan that supports up to 100 products or documents. Paid plans start from 9 USD onwards.
Feedback and Support
Our support team is here to help you whenever you need it. Reach out to us via chat on our website or by email at [email protected]. We’ll get back to you promptly.
Build Process
This plugin includes minified JavaScript files for production use. The source code for these files is available in the React frontend directory.
Minified Files:
– assets/js/main.js – Minified React application code
Source Code Repository:
The complete source code for all minified JavaScript files is publicly available at:
https://github.com/expertrec/wp-fastest-site-search
Source Code Location:
The source code for these minified files is located in the plugin_fe/ directory:
– React application source: plugin_fe/src/
– Build configuration: plugin_fe/package.json and plugin_fe/webpack.config.js
Build Process:
1. The React application is built using npm/webpack
2. Source files are compiled and minified for production
3. Minified files are copied to plugin_be/assets/js/ for WordPress integration
Development:
To modify the JavaScript code:
1. Edit files in plugin_fe/src/
2. Run npm run build in the plugin_fe/ directory
3. The minified output will be generated in plugin_fe/build/
4. Copy the minified files to plugin_be/assets/js/
Build Tools Used:
– Webpack for bundling
– Babel for JavaScript transpilation
– CSS loaders for styling
– UglifyJS for minification
External Services
This plugin connects to several external services to provide enhanced search functionality and analytics. Here’s what data is sent and when:
ExpertRec Search Services (expertrec.com, cse.expertrec.com, cseb.expertrec.com, data.expertrec.com, fe.expertrec.com)
* What it’s used for: Core search functionality, indexing, and search results delivery
* What data is sent: Public website content (pages, posts, products, categories), search queries, and user interactions
* When it’s sent: During indexing, search requests, and user interactions
* Terms of Service: ExpertRec Terms of Service
* Privacy Policy: ExpertRec Privacy Policy
IP Geolocation Service (ipapi.co)
* What it’s used for: Country-based search customization and analytics
* What data is sent: User’s IP address to determine country location
* When it’s sent: When the search interface loads
* Terms of Service: IP-API Terms of Service
* Privacy Policy: IP-API Privacy Policy
Google Tag Manager (googletagmanager.com)
* What it’s used for: Analytics and tracking user interactions
* What data is sent: Page views, user interactions, and search behavior
* When it’s sent: During user interactions with the search interface
* Terms of Service: Google Tag Manager Terms
* Privacy Policy: Google Privacy Policy
Yandex Analytics (mc.yandex.ru)
* What it’s used for: Website analytics and user behavior tracking
* What data is sent: Page views and user interactions
* When it’s sent: During user interactions with the search interface
* Terms of Service: Yandex Terms of Service
* Privacy Policy: Yandex Privacy Policy
Sentry Error Tracking (sentry.io)
* What it’s used for: Error monitoring and debugging
* What data is sent: Error logs and debugging information
* When it’s sent: When errors occur in the plugin
* Terms of Service: Sentry Terms of Service
* Privacy Policy: Sentry Privacy Policy
