select name, item_id from cr_items where name like '%'||:word||'%' and parent_id = :folder_id and content_type = '::xowiki::FormPage' order by name select name, item_id from cr_items where name not like '%'||:word||'%' and parent_id = :folder_id and content_type = '::xowiki::FormPage' order by name