1
Fork 0
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:
RGBCube 2023-11-09 16:27:17 +03:00
parent bd0aa9883e
commit c06cc5a056
No known key found for this signature in database

View file

@ -114,7 +114,7 @@ $env.config = {
case_sensitive: false
quick: true
partial: true
algorithm: prefix
algorithm: fuzzy
external: {
enable: true
max_results: 100