winterthur.event_search_widgets =============================== .. py:module:: winterthur.event_search_widgets Attributes ---------- .. autoapisummary:: winterthur.event_search_widgets.T Classes ------- .. autoapisummary:: winterthur.event_search_widgets.InlineEventSearch Module Contents --------------- .. py:data:: T .. py:class:: InlineEventSearch(request: onegov.winterthur.request.WinterthurRequest, search_query: dict[str, str]) .. py:attribute:: name :type: ClassVar[Literal['inline']] .. py:attribute:: app .. py:attribute:: request .. py:attribute:: search_query .. py:property:: term :type: str | None .. py:method:: html(layout: onegov.org.layout.DefaultLayout) -> str .. py:method:: adapt(query: sqlalchemy.orm.Query[T]) -> sqlalchemy.orm.Query[T] Adapt the query to search for words in the search term `self.term` in event search properties.