@@ -371,6 +371,10 @@ <h1 class="title">Typesense Serializer Ir Export</h1>
371371!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372< p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/search-engine/tree/16.0/typesense_ir_exports "> < img alt ="OCA/search-engine " src ="https://img.shields.io/badge/github-OCA%2Fsearch--engine-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/search-engine-16-0/search-engine-16-0-typesense_ir_exports "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/search-engine&target_branch=16.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373373< p > Use Exporter (ir.exports) as serializer for connector_typesense</ p >
374+ < p > Each ir.exports records is converted into JSON and JSON data get indexed into the Search Engine.</ p >
375+ < p > Data can be String, Integer, Float, Lists, and Relations in the form of Object.</ p >
376+ < p > Thnaks to the dynamic Schema configuration we can add new fields or remove without breaking the Schema.</ p >
377+ < p > Binary data like images are sent as string, but better if we use external filestore to use images related external urls.</ p >
374378< p > < strong > Table of contents</ strong > </ p >
375379< div class ="contents local topic " id ="contents ">
376380< ul class ="simple ">
@@ -414,6 +418,8 @@ <h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
414418< p > OCA, or the Odoo Community Association, is a nonprofit organization whose
415419mission is to support the collaborative development of Odoo features and
416420promote its widespread use.</ p >
421+ < p > Current < a class ="reference external " href ="https://odoo-community.org/page/maintainer-role "> maintainer</ a > :</ p >
422+ < p > < a class ="reference external image-reference " href ="https://github.com/Kencove "> < img alt ="Kencove " src ="https://github.com/Kencove.png?size=40px " /> </ a > </ p >
417423< p > This module is part of the < a class ="reference external " href ="https://github.com/OCA/search-engine/tree/16.0/typesense_ir_exports "> OCA/search-engine</ a > project on GitHub.</ p >
418424< p > You are welcome to contribute. To learn how please visit < a class ="reference external " href ="https://odoo-community.org/page/Contribute "> https://odoo-community.org/page/Contribute</ a > .</ p >
419425</ div >
0 commit comments