-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Hey thanks for the great plugin, I have a question for which I am not sure if this is a bug or the expected behavior. I am using blink.cmp and completions are working but fuzzy completion does not work.
Example:
Table name is api_call_logs
, I type "api" I see the table name in the completion list and I can accept it but if I type apic
then there is no items in the completion list but I would expect it to match since c
follows after api
in the string (even if it does not immediately follow).
Using blink.cmp for other completions (e.g. with lsp, buffer, etc.) I get fuzzy matching so for something like api_call_logs
I type acl
and get a match (string has a followed by c followed by l).
This occurs for both postgres and Clickhouse, I have not tried with other DBs.