Hello everyone
I want to filter all children adicional_hab field (product type) is NULL or empty or has X page
What I want is to filter all the pages that adicional_hab field is empty or has selected a value.
To translate it into SQL
SELECT * FROM adicional WHERE adicional_hab IS NULL OR adicional_hab = 'standard'
I tried
$adiconal->children("adicional_hab=standard|''");
On the other hand there ay any way to make a print and view the sql query that is running with filters that these apply?
Thank you very much, best regards
Diego