I add new search function (search-advanced) in Storage\Base
Old function don’t create sql query as example
select a,b,c from test where (a like ‘one%’ AND a like ‘two%’) OR (b like ‘one%’ OR b like ‘two%’)
new parameter $op_field .
Hi Alex,
please create a pull request on Github: https://github.com/EGroupware/egroupware
Make sure to describe also how that functionality is supposed to be activated from the user.
Thanks for contributing to EGroupware
Ralf