#hum seems like the daggerverse search
1 messages Β· Page 1 of 1 (latest)
Yeah I have noticed this too, could you share any examples so that we can file an issue or two and make the experience a bit better?
@warm marlin fyi we're tracking this internally i think: #p-modules-launchπ message
there's a linear ticket as well
DEV-3615
yep. Being worked on this week
thanks for reporting!
cc @radiant rampart
A good example.
https://daggerverse.dev/mod/github.com/Dudesons/daggerverse/mod-releaser@473691fba7867992318d77374ebf8fb201dea8e8
get a match on owner with lower case https://daggerverse.dev/search?q=dudesons
even with partial https://daggerverse.dev/search?q=dude
but no match for exact displayed case https://daggerverse.dev/search?q=Dudesons
also match on mod or releaser
https://daggerverse.dev/search?q=mod
https://daggerverse.dev/search?q=releaser
but not on mod-releaser
https://daggerverse.dev/search?q=mod-releaser
To keep everyone in touch, I'm currently working on it π The idea would be to add so fuzziness to the search, with some Leveinshtein distance, even when it's a partial matching. I can do the one or the other, but the combination is still not done
thanks, @radiant rampart! https://en.wikipedia.org/wiki/Levenshtein_distance
In information theory, linguistics, and computer science, the Levenshtein distance is a string metric for measuring the difference between two sequences. Informally, the Levenshtein distance between two words is the minimum number of single-character edits (insertions, deletions or substitutions) required to change one word into the other. It is...
Hi π We've updated the search today, feel free to share your opinion π