You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @marconett, we just released Orama v3.1.6 with a fix on the threshold. Would you mind testing if your issue is solved? About scores being > 1, I should probably update the docs. We can rescale the scores to be between 0 and 1... but I'm not sure what the advantage would eventually be from a technical standpoint. Please tell me if I missed something!
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
According to the docs (https://docs.orama.com/open-source/usage/search/introduction#what-does-the-search-method-return), score should be between 0 and 1.
Using the example data from the threshold doc (https://docs.orama.com/open-source/usage/search/threshold), scores are between 0 and 1 and filtering results based on thresholds works.
But with the data I am working with, the score get's bigger than 1, which also leads to
threshold
being useless.As an example, I used the stopwords from this library to show this behavior.
To Reproduce
Output:
Expected behavior
Environment Info
Affected areas
Search
Additional context
No response
The text was updated successfully, but these errors were encountered: