docs(help): document backend logs retention

This commit is contained in:
Elian Doran
2025-08-13 16:07:13 +03:00
parent 43fd0924a1
commit 221ab02c24
19 changed files with 501 additions and 175 deletions

View File

@@ -65,8 +65,9 @@ Trilium uses a progressive search strategy that includes fuzzy matching when exa
### How can I search for notes when I'm not sure of the exact spelling?
Use the fuzzy search operators:
- `#title ~= "projct"` - finds notes with titles like "project" despite the typo
- `note.content ~* "algoritm"` - finds content containing "algorithm" or similar words
* `#title ~= "projct"` - finds notes with titles like "project" despite the typo
* `note.content ~* "algoritm"` - finds content containing "algorithm" or similar words
### Why do some search results appear before others with lower scores?
@@ -74,7 +75,7 @@ Trilium places exact matches before fuzzy matches. When you search for "project"
### How can I make my searches faster?
1. Use the "Fast search" option to search only titles and attributes (not content)
2. Limit search scope using the "Ancestor" field
3. Set a result limit to prevent loading too many results
4. For large databases, consider archiving old notes to reduce search scope
1. Use the "Fast search" option to search only titles and attributes (not content)
2. Limit search scope using the "Ancestor" field
3. Set a result limit to prevent loading too many results
4. For large databases, consider archiving old notes to reduce search scope