Home Live demos search
Every result below comes from a real django-icv-search query against the actual synced README and doc pages for the seven public ICV packages, not sample data.
Full package: install, docs, changelog →
Backend: PostgreSQL (full-text search) — production would run Meilisearch or PostgreSQL; the Dummy backend is icv-search's in-memory backend, chosen here because this demo runs on SQLite with no external search server.
Both links below are built the same way, a plain url template tag with no host handling. hostmap decides, per call, whether the result stays relative or becomes absolute.
Host-based URL routing and host-aware reversing.
Materialised path tree structures.
Cross-domain taxonomy, vocabularies, and tagging.
Pluggable search engine integration.
Scalable sitemap and discovery file generation.
A brand-agnostic UI substrate: shell, nav, components.