Add boolean search in `get_by`
The get_by search feature currently turns all parameters into an AND query. The parameters need to allow a way to specify AND/OR relationships.
This may be more appropriate as a new function like search or something.