According to the "Developer Book >> API" the search command is called like this :
search([('arg1','=','value1')...], offset=0, limit=1000)
Where the second element in the tuple (arg1, arg2, .. ,argN: list of tuples specifying search criteria) is a . . .
search term operator ex: ilike, =, !=
Where can one find the definitive list of those search term operators ?
Hope this will helps: https://learnopenerp.blogspot.com/2021/08/list-of-search-domain-operators-odoo.html