juicedata / juicefs

JuiceFS is a distributed POSIX file system built on top of Redis and S3.
https://juicefs.com
Apache License 2.0
10.56k stars 924 forks source link

Is there a way to support full fuzzy search #5029

Closed yugj closed 1 month ago

yugj commented 1 month ago

What would you like to be added: I want to fuzzy query file information, not just through left matching Why is this needed:

I know that s3 protocol only supports left match fuzzy search,however, juicefs metadata stores full file information and theoretically supports full fuzziness.

davies commented 1 month ago

Can you give some examples and also the potential use case?