-
**Bug Description**
I am trying to generate highlights (snippets) for a fuzzy query but `highlight_bm25` does not seem to work with columns in `fuzzy_fields`.
**How To Reproduce**
The followi…
-
Fuzzy search is critical in a search engine, investigate how fuzzy search can be added without taking too much of a performance hit.
https://sigmoidal.io/fuzzy-matching-a-simple-trick/
https://w…
-
In https://github.com/vespa-engine/vespa/issues/13814 we added support for fuzzy query with `maxEditDistance`, for larger values, it would make sense to expose the distance as a rank-feature, for e…
-
Hello,
First thanks for the useful bot.
While using the ygoprodeck discord bot I noticed that the fuzzy search functionality is not very good. For example when I search [wisdom magician] ideally I e…
-
The JUnit Platform offers a [UniqueIdSelector](https://github.com/junit-team/junit5/blob/7416e56237d3eefc890d3b36164a1b4a22fd5941/junit-platform-engine/src/main/java/org/junit/platform/engine/disc…
-
The core issue of Scrawler
Approaches
1. Use a fuzzy finder to make simple scathing searches for rough words or phrases
1. Use a full-blown search engine like google to power searches through loc…
-
### Describe the bug
Sorry for the vague title. This issue is several issues all related to the autocompletion of file names for commands:
1. The way case insensitive matching is [currently implem…
-
Hi, I have created a custom tokenizer that allows dashes, plus signs, and periods in the indexed keywords. I've verified it is correctly indexing such terms in the index:
However, when I search…
-
Discussion on the mailing list brought to light an issue that doesn't seem to be documented anywhere: it is my understanding that when search_engine is set to xapian, that index is currently only used…
-
Hi guys, I created a table with the Hasura sql console with a composite type like in the [Postgres docs](https://www.postgresql.org/docs/10/rowtypes.html). I can do queries like this
```
query{on_h…