Is it possible to group and_where / or_where / or_like... statements together so as not to mix with other and/where statements.
Something that would result in
WHERE city = 'My City' AND state = 'My State' AND (name LIKE %name1% OR name LIKE %name2%)