mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-09-16 14:48:00 +00:00
Documentation: document the query grammar paperless actually supports (#14074)
* docs(search): document the query grammar paperless actually supports * docs(search): cover ?/bracket wildcards and the no-stemmer fallback * Shorten things up, use tables and less wordy stuff. Fixes some test doc strings that referred to the documentation * Silly sonarr
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user