By default, Odoo comes with a bunch of custom filters that can be configured like 'contains', 'is set', 'is not set'. I want to know how to make a custom filter like it starts with. I am able to read documentation how to add more fields to search on, but not how to add more operations to search on.
What can I do to make this basic form of searching possible? Most sql backends have a basic LIKE matching built-in, how do I expose that to end-user in Odoo 11.