mirror of https://github.com/langgenius/dify.git
fix: Count exception occurs when searching conversations (#8754)
Co-authored-by: zheng.gao <zheng.gao@amh-group.com>
This commit is contained in:
parent
e741ee2f45
commit
8204e0e14a
|
|
@ -188,6 +188,7 @@ class ChatConversationApi(Resource):
|
|||
subquery.c.from_end_user_session_id.ilike(keyword_filter),
|
||||
),
|
||||
)
|
||||
.group_by(Conversation.id)
|
||||
)
|
||||
|
||||
account = current_user
|
||||
|
|
|
|||
Loading…
Reference in New Issue