https://github.com/akretion/connector-search-engine
This project is now maintained at the OCA at https://github.com/OCA/search-engine
https://github.com/akretion/connector-search-engine
algolia elasticsearch nosql odoo solr
Last synced: 3 months ago
JSON representation
This project is now maintained at the OCA at https://github.com/OCA/search-engine
- Host: GitHub
- URL: https://github.com/akretion/connector-search-engine
- Owner: akretion
- Created: 2013-06-10T19:49:12.000Z (over 12 years ago)
- Default Branch: 12.0
- Last Pushed: 2025-01-30T02:33:01.000Z (9 months ago)
- Last Synced: 2025-05-17T09:31:26.294Z (6 months ago)
- Topics: algolia, elasticsearch, nosql, odoo, solr
- Language: Python
- Homepage:
- Size: 321 KB
- Stars: 23
- Watchers: 25
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-algolia - Odoo
README
[](https://travis-ci.org/akretion/connector-search-engine)
[](https://coveralls.io/github/akretion/connector-search-engine?branch=12.0)
[](https://codeclimate.com/github/akretion/connector-search-engine)
Search Engine Connector for Odoo
===================================
This project include a generic search engine connector and also a specific connector for Algolia.
Roadmap
========
* Add support of Elastic Connector
Developement
============
This project uses [black](https://github.com/ambv/black) as code formatting convention, as well as isort and flake8.
To make sure local coding convention are respected before you commit, install [pre-commit](https://github.com/pre-commit/pre-commit>) and run ``pre-commit install`` after cloning the repository.