Skip to content

Commit 30a8828

Browse files
committed
fix: keyword search
1 parent 123aef8 commit 30a8828

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

videodb/search.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ def search_inside_video(
184184
"query": query,
185185
"score_threshold": score_threshold,
186186
"result_threshold": result_threshold,
187+
**kwargs,
187188
},
188189
)
189190
return SearchResult(self._connection, **search_data)

0 commit comments

Comments
 (0)