When I create a watch for particular search text, the webhook is only called for matches with score 1.0, how to handle situations where my application requires all matches with a threshold >= 0.9? #510
pratyooshghildiyal-novo
started this conversation in
Ideas
Replies: 1 comment
-
We've added some general search improvements landed in #511 and #512 Watches are likely going away in their current form as well. If you have suggestions please reach out on #463 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My application stores information for all matches which have a score >= 0.9 but webhook only returns matches with a score 1.0. Is there a workaround for this where we can specify the match threshold when we create a watcher for any particular search?
Beta Was this translation helpful? Give feedback.
All reactions