Hi Sebloders,
I'm looking for a way to search content type using "OR" between conditions instead of AND. For example, I'm trying to make a little search form where users can type keywords in two fields : title and presentation. At the moment, it displays result which have title AND presentation corresponding the search. But I want to display results where title OR presentation match the search criteria.
As an example, if users type "test" in title field and "hello" in presentation field, at the moment he got results where title contains test AND presnetation contains "hello", but I want results which title contains "test" OR presentation contains "hello".
It is possible ? How ?
Many thanks by advance