find#

classmethod HTML.find(query='')#

Search for items using an ADR query string.

For typed subclasses, an i_type filter is not allowed.

Parameters:
querystr, default: “”

Free-text or domain-specific search query.

Returns:
ObjectSet

Collection of matching items.

Raises:
ADRException

If an explicit i_type filter is provided when using a subclass of Item.