update query
Browse files
modules/database/semantic_mongo_live_db.py
CHANGED
|
@@ -126,6 +126,7 @@ def get_student_semantic_live_analysis(username, limit=10):
|
|
| 126 |
"text": 1,
|
| 127 |
"key_concepts": 1,
|
| 128 |
"concept_graph": 1,
|
|
|
|
| 129 |
"_id": 1
|
| 130 |
}).sort("timestamp", -1).limit(limit)
|
| 131 |
|
|
|
|
| 126 |
"text": 1,
|
| 127 |
"key_concepts": 1,
|
| 128 |
"concept_graph": 1,
|
| 129 |
+
"analysis_type": 1,
|
| 130 |
"_id": 1
|
| 131 |
}).sort("timestamp", -1).limit(limit)
|
| 132 |
|