CONAN.get_files.get_CHEOPS_data.search
======================================

.. py:method:: CONAN.get_files.get_CHEOPS_data.search(filters=None)

   Query the cheops database to retrieve available visits. Filters and sorting order can be applied to the query via named arguments (see query_options)

   :param filters: Dictionary of filters to apply to the query.
                   e.g. filters = {"pi_name":{"contains":["LENDL"]},"data_arch_rev":{"equal":[3]}} will return all visits of `planet_name` by PI:Lendl with data archive version 3.
   :type filters: dict

