Add query filter support for "in"

Expand the query filters to include a filter to support "in" statements

select * from clients where name in ('Smith', 'Jones')

This feature was implemented.