Vadim Suharnikov

Results 22 comments of Vadim Suharnikov

This scenario is not a bug - `search::score` returns 0 when a term appears in >50% of documents due to BM25's IDF formula. Examples: ```sql DEFINE ANALYZER OVERWRITE search_analyzer TOKENIZERS...

> likely related to [#6546](https://github.com/surrealdb/surrealdb/issues/6546) You're right. It is related. I accidentally fix this :)