1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-01 12:37:46 +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 case_sensitive: false
quick: true quick: true
partial: true partial: true
algorithm: prefix algorithm: fuzzy
external: { external: {
enable: true enable: true
max_results: 100 max_results: 100