mirror of
https://github.com/perstarkse/minne.git
synced 2026-05-21 23:27:15 +02:00
feat: full text search
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user