split search pkg out of graphqlbackend to enable code coverage stats
Created by: ijt
Currently it is not clear how much test coverage we have for search because the search code is mingled with code for other parts of the system, at least in graphqlbackend
. Ideally we would like to be able to track the code coverage for all of search, but for now it would be useful to at least see the breakdown of coverage across various search subsystems.