1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-23 22:53:00 +02:00

Updated Setting up Search (markdown)

Nick Sweeting
2024-05-10 15:28:42 -07:00
parent e1f76f436d
commit 7b030067cd

@@ -41,7 +41,7 @@ By default out-of-the-box, the selected engine is a simple but efficient tool si
Ripgrep is currently the fastest available *filesystem search* tool that scans over the raw disk bytes on every search. We chose it as the default so that beginners and 95% of users with small collections can have an experience that "just works", without needing to install and maintain complex additional dependencies or background workers.
However, there are some fundamental limitations of scanning through every file on disk each time a search is done, so ArchiveBox provides a number of additional search backend options for users that outgrow `ripgrep`.
However, there are some fundamental limitations of scanning through every file on disk each time a search is done, so ArchiveBox provides a number of additional search backend options for when users outgrow `ripgrep`.
> [!TIP]
> **You should consider switching ArchiveBox to use `sonic` or another backend IF:**