[16.0][ADD] typesense_ir_exports#204
Conversation
d09023e to
0cff939
Compare
0cff939 to
5a0cb48
Compare
|
can you review this module and tell me your opinion of creating a module to facilitate indexing data into search engines without having to make a module for each structure we are going to index. Just in few clicks you get the data you want indexed into the search engine friendly and simply :) |
|
hello again, I guess this new module is an important back pone in e-commerce business success. We had discussion about pim in e-commerce website, and right now we need this interactive module to index whatever data we want into the search engine smoothly and friendly without extra custom coding! You can watch the video and welcome to review and telling about your opinion. |
|
are you interested in search engines, if yes then this work will be really interesting for you! |
|
I'm afraid not, sorry. |
aa0beb7 to
f62cb7b
Compare
f62cb7b to
bbba28c
Compare
|
@lmignon Can we have this module reviewed? |
|
Hi I am going to review it. One first feedback is maybe it should not be so linked to typesense. Maybe (but I didn't yet have took the time to read the code) but you module should be more named "connector_search_engine_serializer_ir_export_editor" or "connector_search_engine_serializer_ir_export_dynamic" What do you think? |
|
naming is not an issue, it was a test and it did work in fact I am planning to extend export to json not just xlsx or csv this can help in dynamic API calls without coding! |
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |




A module to facilitate and simplify creating and validating schema & serialized data for search engine.
Schema and data are compared to each other and validated and creating schema will be based on an interactive wizard alike ir.exports wizard.
Which means we don't need to create a new module for each new field we want to index whether it is simple data type like string, integer or relational one with its inner fileds or even image thubnail.
Only this module is managing this work all alone without the need for custom modules for each extra field we would like to append or a new serializer class.
based on connector_typesense #203
Having this module successful can encourage us to have a dynamic schema rest API connector with any thing whether we need to POST into odoo or GET from odoo.