docs(search): document the query grammar paperless actually supports

This commit is contained in:
stumpylog
2026-08-28 09:48:17 -07:00
parent ca42c27455
commit f1ea2007ec
3 changed files with 95 additions and 5 deletions
+2 -1
View File
@@ -521,7 +521,8 @@ Pass `--recreate` to wipe the existing index before rebuilding. Use this when th
index is corrupted or you want a fully clean rebuild.
Pass `--if-needed` to skip the rebuild if the index is already up to date (schema
version and search language match). Safe to run on every startup or upgrade.
version, schema fingerprint and search language all match). Safe to run on every
startup or upgrade.
Specify `optimize` to optimize the index. This command is regularly invoked by the
task scheduler.