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).Why it matters
This feature enables efficient fuzzy searching within ClickHouse queries by leveraging theskim 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 theskim library to process and return approximate matching results.