Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: Full text search
by
Camptocamp SA, Simone Orsi
Hello everyone,
guys, let's get back on track! I think none of these topics is relevant for Lorenzo. At least not at this stage.
Nobody is asking what's the final goal. Me included ;)
@Lorenzo: What are you looking for?
From my perspective:
a) if you need something pluggable in the backend, something that works w/ "normal" odoo models you should have a look at what Holger did. It's a bit complex and many implementation details should be rewritten completely but it gives you an idea on how to get there.
b) If you need something for the frontend, I'd definitely go for ES (especially if you want faceted search). Once you have ES in place you can use SearchKit JS to easily build a search UI.
c) If you don't want to maintain the search engine and you want a reliable and easy to use configuration you can use Algolia (yes, a proprietary servivce! :P) but watch out because it can be very expensive.
Both b and c are feasible w/ the search-engine framework.
d) If you only need a full text index for one very particular model in one very particular form, I'd go for basic postgres full text indexing + some custom code.
HTH. If you need help on setting up the search engine stuff let me know ;)
Bests,
On Mon, Jun 21, 2021 at 8:57 PM Frederik Kramer <frederik.kramer@initos.com> wrote:
Holger of course you are right, but just hiding crap in a container doesn't make it significantly less cumbersome at the detailed level. But of course if you have a nicely built docker-compose oder kubernetes service defintion at hand much is done anywhere else an you only have to handle ENV variables. Best Frederik Am Montag, den 21.06.2021, 18:31 +0000 schrieb Holger Brunn: > > Neverthless all Java ;-) > > when I was young I would complain about Java, but now you just stick > it into a > container and be done with it > _______________________________________________ > Mailing-List: https://odoo-community.org/groups/contributors-15 > Post to: mailto:contributors@odoo-community.org > Unsubscribe: https://odoo-community.org/groups?unsubscribe -- Dr.-Ing. Frederik Kramer Geschäftsführer initOS GmbH An der Eisenbahn 1 21224 Rosengarten Phone: +49 4105 56156-12 Fax: +49 4105 56156-10 Mobil: +49 179 3901819 Email: frederik.kramer@initos.com Web: www.initos.com Geschäftsführung: Dr.-Ing. Frederik Kramer & Dipl.-Ing. (FH) Torsten Francke Sitz der Gesellschaft: Rosengarten – Klecken Amtsgericht Tostedt, HRB 205226 Steuer-Nr: 15/200/53247 USt-IdNr.: DE815580155_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
--
Simone Orsi
Full stack Python web developer,
Odoo specialist,
Odoo Community Board Member,
in love with open source.