Coroico / AdvSearch

Dynamic content search add-on for MODx Revolution that supports results highlighting, faceted search and search in custom packages
21 stars 14 forks source link

issue with IN , NOT IN operators #29

Closed Coroico closed 11 years ago

Coroico commented 11 years ago

$andConditions = array( 'modResource.id:IN' => $lstids . ':integer' );

doesn't work with qhVersion 1.2

Coroico commented 11 years ago

Fixed with commit bee22b0