How can I enable the filtering on a lookup view?
I have 2 related tables, where I need to assign transport vehicles to orders that match specific criterias.
The user needs to be able to find a "white" "bus" from "a given partner" that has "at least x seats" and add to the "vehicle" column in the offers table.
I added a lookup column to the vehicles table and added the lookup to the form. When I chose "advanced lookup" I only see "sort", no filter, at any column.
The search bar doesn't give any result other than the primary colum and even there only if the column starts with the input text. I can find bus with license place ABC-123 with the text "abc", but not when I type "123".
The filter works fine in the vehicles table alone. What do I need to do be able to filter the lookup view? If not possible, what is the best practice for this use case?