v.23.1Improvement

Use Existing Query for Fuzzy Search with Skim Library in ClickHouse

Use already written part of the query for fuzzy search (pass to the skim library, which is written in Rust and linked statically to ClickHouse). #44600 (Azat Khuzhin).
Introduces fuzzy search capability by utilizing pre-written parts of a query passed to the skim library, a Rust-based static link integrated into ClickHouse.

Why it matters

This feature enables efficient fuzzy searching within ClickHouse queries by leveraging the skim Rust library, improving text search flexibility and accuracy for approximate matches.

How to use it

Users can perform fuzzy searches by incorporating the relevant parts of their query into the fuzzy search functionality, which internally uses the skim library to process and return approximate matching results.