1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-20 05:11:40 +02:00

Updated Setting up Search (markdown)

Nick Sweeting
2024-05-07 02:42:10 -07:00
parent 93fcba25be
commit 9035c2652e

@@ -28,7 +28,7 @@ You can search your ArchiveBox data in a number of ways:
# this setting controls which search backend ArchiveBox uses
archivebox config --set SEARCH_BACKEND_ENGINE=[ripgrep]|sonic|sqlite
# to information about the backend you are currently using, run:
# to see information about the backend you are currently using, run:
archivebox version
archivebox config --get SEARCH_BACKEND_ENGINE
```