mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-18 12:21:42 +02:00
Updated Setting up Search (markdown)
@@ -37,7 +37,7 @@ ArchiveBox provides search functionality out-of-the-box using a simple but effic
|
|||||||
|
|
||||||
Ripgrep is the fastest currently available filesystem search tool that scans over the raw data directly. 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.
|
Ripgrep is the fastest currently available filesystem search tool that scans over the raw data directly. 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 that users can choose from when they outgrow the `ripgrep` default.
|
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`.
|
||||||
|
|
||||||
> [!TIP]
|
> [!TIP]
|
||||||
> **You should consider switching ArchiveBox to use `sonic` or another backend IF:**
|
> **You should consider switching ArchiveBox to use `sonic` or another backend IF:**
|
||||||
|
Reference in New Issue
Block a user