feat: full text search

This commit is contained in:
Per Stark
2025-05-15 14:40:00 +02:00
parent bc7891a3e7
commit b93e7b5299
34 changed files with 355 additions and 143 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ pub async fn index_handler(
let conversation_archive = User::get_user_conversations(&user.id, &state.db).await?;
Ok(TemplateResponse::new_template(
"index/index.html",
"dashboard/base.html",
IndexPageData {
user: Some(user),
text_contents,