Hi,

Is it possible to set up conditions for a filter search? In my case the search must avoid items younger then 5 years.
I can only set this up for the list.

How can i integrate this in the filter search and not for the list:
date_sub(CURDATE(), INTERVAL '5' YEAR) > doedsdato

Tanks!