API Reference zotonic_mod_search v#1.0.0-rc.17

Modules

Model for search subsystem status, including facet table health checks and facet definition metadata.

mod_search implements various ways of searching through the main resource table using m_search.

Return a list of ids of a category, sorted by title. This needs to fetch and sort all resources of that category, so use this with care for situations where you know that the number of returned resources is relatively low.

Faceted search using a facet.tpl for definition and a postgresql table for searches.

Handler for m.search[{query, Args..}]

Notifications for 'query' resources when items are added to them.