zio-elasticsearch
zio-elasticsearch copied to clipboard
ZIO Elasticsearch is a type-safe and streaming-friendly ZIO native Elasticsearch client.
Currently we are using fuzziness parameter in the `fuzzy` query as a String, it should be considered that we use enum instead. More informations about Fuzziness can be found here:...
At the moment we have only `Int` supported, but in Elasticsearch documentation there is also percentage and combination of both. You can find more informations here: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-minimum-should-match.html
### Description: Add a search option bar to our website. As you can see, our [docs](https://lambdaworks.github.io/zio-elasticsearch/overview/) don't have the search option at the moment. You can explore the possibilities [here](https://docusaurus.io/docs/search).