switch to external plugins

This commit is contained in:
Nick Sweeting
2026-03-15 03:45:51 -07:00
parent 07dc880d0b
commit ecb1764590
256 changed files with 516 additions and 31272 deletions

View File

@@ -2,7 +2,7 @@
Search module for ArchiveBox.
Search indexing is handled by search backend hooks in plugins:
archivebox/plugins/search_backend_*/on_Snapshot__*_index_*.py
abx_plugins/plugins/search_backend_*/on_Snapshot__*_index_*.py
This module provides the query interface that dynamically discovers
search backend plugins using the hooks system.