Enable to filter searched origins by visit types.
Add a new optional visit_types parameter to origin_search method in
StorageInterface.
Implement visit types filtering in storage backends, an origin wil be
returned if it has any of the requested visit types.
This is clearly not designed to be used in production due to performance
issues but rather in testing environments with small archive dataset.
Related to T2869