My question could seem obvious but I don't find the solution.
How to make a search on two fields, like:
craft.entries.section('pages').search('foo:bar foo2:bar2')
I tried
search('foo:bar', 'foo2:bar4')
search('foo:bar and foo2:bar2')
none of these seem to work
craft.entries.section('pages').search('onHomePage::true position::"left"')
I get the pages who are not "onHomePage" as well
– Julien Jun 12 '15 at 05:52