search: introduce query mapper and lowercase transformer
Created by: rvantonder
Some visitor frameworks include a convenience mapper interface to transform trees. This is the initial mapper interface for and/or queries. The first use is a transformer that converts fields to lowercase, which is a pass that we currently do when validating current queries.
This is prep work for more and/or query validation in follow up PR #9757