feat: integrate cloud document search (#5523)

This commit is contained in:
Mathias Mogensen
2024-06-13 01:37:19 +02:00
committed by GitHub
parent 4f4be7eac7
commit bd5f5f8b9e
39 changed files with 539 additions and 110 deletions

View File

@ -525,8 +525,8 @@ impl DatabaseManager {
.into_iter()
.map(|value| {
value
.into_iter()
.map(|(_k, v)| v.to_string())
.into_values()
.map(|v| v.to_string())
.collect::<Vec<String>>()
.join(", ")
})