♻️(frontend) search on all docs if no children

When searching for documents, if no children are
found, the search will now include all documents
instead of just those with children.
This commit is contained in:
Anthony LC
2025-07-25 13:26:39 +02:00
parent f1c2219270
commit 1ae831cabd
9 changed files with 126 additions and 54 deletions

View File

@@ -16,6 +16,7 @@ and this project adheres to
### Changed
- ♻️(frontend) search on all docs if no children #1184
- ♻️(frontend) redirect to doc after duplicate #1175
- 🔧(project) change env.d system by using local files #1200
- ⚡️(frontend) improve tree stability #1207