diff src/lib/Db.luan @ 4:b1adec083e44

chat work
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 08 Jul 2025 22:15:41 -0600
parents 78708fa556a0
children 0c17c233c45a
line wrap: on
line diff
--- a/src/lib/Db.luan	Tue Jul 08 16:02:29 2025 -0600
+++ b/src/lib/Db.luan	Tue Jul 08 22:15:41 2025 -0600
@@ -18,6 +18,9 @@
 
 Db.indexed_fields.user_email = Lucene.type.lowercase
 
+Db.indexed_fields.chat_user_id = Lucene.type.long
+Db.indexed_fields.chat_updated = Lucene.type.long
+
 Db.restore_from_log()
 
 if Http.is_serving then