0.1.11 ai修复与全屏
This commit is contained in:
@@ -132,6 +132,7 @@ const fetchOcrMatches = async (
|
||||
.from("media_assets")
|
||||
.select("document_id,ocr_text")
|
||||
.eq("workspace_id", workspaceId)
|
||||
.is("deleted_at", null)
|
||||
.not("ocr_text", "is", null)
|
||||
.ilike("ocr_text", likePattern)
|
||||
.limit(limit);
|
||||
|
||||
Reference in New Issue
Block a user