So I have created a number of custom fields on Inventory -> Products by adding the fields and then modifying the View from Developer mode.
Furthermore, I made those fields searchable inside the Oddo backend (in both Inventory -> Products and Website -> Products pages).
But, I cannot figure out how to make those custom fields searchable in the Website itself. So, on the website I have a Shop page that searches by title, description, etc and allows me to Filter on price, etc. But I need it to search on my custom fields.
For example, I have a custom field named "Anno" with id of "x_anno", which is added to forms like
<field name="x_anno" />
Anno = year so I want products made in 2011 if someone types "2011" in Search on the Website -> Shop
How do I pull that off? Any pointers?
Thanks in advance