skilld-labs / go-odoo

Golang wrapper for Odoo API
Apache License 2.0
86 stars 62 forks source link

Is it possible to do full text search with the library? #44

Closed jsebasmuller closed 1 year ago

jsebasmuller commented 1 year ago

Hello it's me again xd, I would like to know if it is possible to do a search for all the fields that match the word I want to search for. Thanks for the answers

ahuret commented 1 year ago

what do you mean, you want to search for all the records from a model that match a specific word ?

jsebasmuller commented 1 year ago

I don't know if you have heard the concept of full text search, I have used it in mongo, which consists of creating an index and it searches the specified text in any field of the model.

ahuret commented 1 year ago

As I know there's not such feature in odoo. Closing it for now, please reopen or add comments if you found a way.