Hello! When searching on any post type in the admin interface, the Admin columns plugin throws the follwing SQL error.
[You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND wp_posts.post_type = 'department_page' AND (wp_posts.post_status = 'publis' at line 1]
My SQL is a little rusty, but I think it's happening around line 125 in mb-admin-columns/inc/post.php. Looks like there's an extra OR
or something in there.