This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Currently i am developing my first plugin for october cms.
I do have two related models (CAR belongs to BRAND). Both do have a corresponding Controller which implements ListBehaviour. Both list-configs contains a toolbar with search:
toolbar:
buttons: list_toolbar
search:
prompt: backend::lang.list.search_prompt
Although not specifying and implementing a query scope, the search works on CAR model, but not on BRAND.
I can neither explain why the search is working on CAR at all, nor why only a certain field of CAR is searchable. And i can not see the difference between CAR and BRAND, that makes the search on BRAND not working.
What are the hidden defaults on search which i do not get?
Thanks, Joachim
Hello Joachim, look in columns.yaml in your models and add searchable: true
brand:
label: brand
relation: brand
select: name
searchable: true
Hi Adrien,
thanks for your reply.
Can you explain why the search on CAR is working, although i did not explicitly mark any field as searchable? There must be some kind of default behaviour i guess.
Thanks, Joachim
1-3 of 3