feat: add filter to match method#378
Conversation
Codecov Report
@@ Coverage Diff @@
## main #378 +/- ##
==========================================
+ Coverage 86.20% 86.29% +0.08%
==========================================
Files 134 134
Lines 6366 6368 +2
==========================================
+ Hits 5488 5495 +7
+ Misses 878 873 -5
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
alaeddine-13
left a comment
There was a problem hiding this comment.
a few suggestions and it would be great if we update the docs
|
Let's put docs in this section: |
Co-authored-by: AlaeddineAbdessalem <alaeddine-13@live.fr>
Co-authored-by: AlaeddineAbdessalem <alaeddine-13@live.fr>
Co-authored-by: Johannes Messner <44071807+JohannesMessner@users.noreply.github.com>
|
📝 Docs are deployed on https://ft-feat-match-filter--jina-docs.netlify.app 🎉 |
This PR add the ability to do pre-filtering when calling
match. Under the hood it passed the filter to thefindfunction.