Website Elastic Search
Available Key Features
- Lightning-fast search results regardless of the number of products available on the website.
- Real-time autocomplete suggestions help customers quickly find products while typing.
- Recent searches can be enabled and displayed in the search dropdown for better user experience.
- Search products using names, categories, SKUs, internal references, and other indexed fields.
- Configure which models and fields should be indexed and control their search priorities.
- Scheduled cron jobs automatically keep Elastic search indexes synchronized with Odoo data.
- Track trending keywords and display popular searches to website visitors.
- Maintain index history and mapping information for monitoring and debugging purposes.
- Support multiple websites with separate Elastic search configurations and indexes.
- Designed for large product catalogs and high-traffic eCommerce websites.
- Improves customer experience and helps increase product visibility and sales.
Elastic Search Configuration
- Go to Elastic search → Configuration → Elastic Connection Configuration and configure the Host, Port, and URL Prefix.
-
Create or open a connection record and configure the following fields:
- Host - Enter the Elastic search server host (e.g., 0.0.0.0, localhost, or server IP).
- Port - Elastic search port.
- URL Prefix - Select the protocol used to communicate with Elastic search (e.g., HTTP or HTTPS).
- Timeout - Define the connection timeout value (0 means default/no limit).
-
If your Elastic search server uses authentication:
- Enable HTTP Auth.
- Enter the Username (e.g., elastic).
- Enter the Password for the Elastic search user.
- Click Test Connection to verify that Odoo can successfully connect to the Elastic search server.
- Once the connection status becomes Connected, go to Cron Settings and start the scheduler. The automated index update scheduler will keep the Elastic search indexes synchronized at the configured interval.
Elasticsearch Index Configuration
- Go to Elastic search → Elasticsearch Search.
- Create a new Elasticsearch Search Index and configure the following fields:
- Model Name - Select the Odoo model whose data you want to index (e.g., Product).
- Index Name - Define the Elasticsearch index name where the data will be stored (e.g., product-template).
- Website - Select the website for which the search index will be used.
- Domain - Add a domain filter to control which records should be indexed (e.g., only published or saleable products).
- Click Create/Update Index to generate or update the Elasticsearch index.
- Use the Reset option to clear and recreate the index whenever required.
- You can configure Trending Keywords to monitor the most frequently searched terms used by visitors.
Website Configuration
- Go to Website → Configuration → Websites and open the desired website.
- Select the Default Elasticsearch Server to define which connection will process website search requests.
- Enable Trending - Enable this option to track and display the most popular search keywords used by visitors.
- Max No. of Trending Suggestions - Define how many trending search keywords should be shown in search suggestions.
Overview
- Website Elastic Search improves the default Odoo website search by using the powerful Elastic search engine.
- It provides fast and accurate search results for products, categories, blog posts, and website pages.
- With full-text search, fuzzy matching, and autocomplete suggestions, customers can quickly find products even when using partial keywords or making typing mistakes.
- The module helps visitors find the right products faster, improving the shopping experience.
- After the initial setup and indexing, website searches are automatically handled by Elastic search.
- Elastic search is highly optimized for large catalogs and high-traffic websites, making it ideal for businesses managing thousands of products.
Trending Keywords & Search Analytics
- Track the most popular search keywords used by website visitors.
- Monitor search trends to better understand customer interests and behavior.
- Identify popular products, categories, and search terms based on customer activity.
- Automatically collect and maintain website search statistics for analysis and reporting.
- Display trending keywords in search suggestions to help customers discover popular products faster.
- Improve the overall shopping experience by leveraging real-time search insights.
Summary
- Website Elastic Search enhances the default Odoo website search by integrating it with the powerful Elastic search engine.
- The module provides fast, accurate, and intelligent search results for products, categories, blog posts, and website pages.
- With full-text search and autocomplete suggestions, customers can quickly find the information or products they are looking for, even if they make typing mistakes or use partial keywords. The module significantly improves user experience and helps increase product visibility and sales on your Odoo eCommerce website.
- After configuration and indexing, the website search bar will automatically start using Elastic search, providing a modern search experience similar to major eCommerce platforms.
- Elastic search is optimized for large catalogs and high traffic websites, making it ideal for eCommerce businesses with thousands of products.
Odoo Search :- ~ 100.0 ms
Elastic Search :- ~ 15.0 ms - 20-50% Faster Search Speeds: Customers received search results instantly, improving website responsiveness.
Technical Help, Queries & Support
For any other assistance related to the new Odoo feature, customization or Odoo Development.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
eCommerce (website_sale)
• Website (website) • Discuss (mail) • Invoicing (account) |
| Lines of code | 1225 |
| Technical Name |
website_elasticsearch |
| License | OPL-1 |
| Website | http://ipredictitsolutions.com |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module