hyrax.verbs.search
==================

.. py:module:: hyrax.verbs.search


Attributes
----------

.. autoapisummary::

   hyrax.verbs.search.logger


Classes
-------

.. autoapisummary::

   hyrax.verbs.search.Search


Module Contents
---------------

.. py:data:: logger

.. py:class:: Search(config)

   Bases: :py:obj:`hyrax.verbs.verb_registry.Verb`


   Stub of similarity search

   .. py:method:: __init__

   Overall initialization for all verbs that saves the config


   .. py:attribute:: cli_name
      :value: 'search'



   .. py:attribute:: add_parser_kwargs


   .. py:method:: setup_parser(parser: argparse.ArgumentParser)
      :staticmethod:


      Stub of parser setup



   .. py:method:: run_cli(args: argparse.Namespace | None = None)

      Stub CLI implementation



   .. py:method:: run(image_file: str)

      Search for... todo

      :param image_file: _description_
      :type image_file: str



