Forms

class tom_catalogs.forms.CatalogQueryForm(data=None, files=None, auto_id='id_%s', prefix=None, initial=None, error_class=<class 'django.forms.utils.ErrorList'>, label_suffix=None, empty_permitted=False, field_order=None, use_required_attribute=None, renderer=None)

Form used for catalog harvesters CatalogQueryView.

get_target()

Queries the specific catalog via the search term and returns a Target representation of the result.

Returns

Target instance of the catalog query result

Return type

Target