mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Use fuzzy matching algo in Nushell
This commit is contained in:
parent
bd0aa9883e
commit
c06cc5a056
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ $env.config = {
|
|||
case_sensitive: false
|
||||
quick: true
|
||||
partial: true
|
||||
algorithm: prefix
|
||||
algorithm: fuzzy
|
||||
external: {
|
||||
enable: true
|
||||
max_results: 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue