Match getters (question about fuzzy search) #390
Unanswered
oysandvik94
asked this question in
Q&A
Replies: 1 comment
-
Hm... It seems head match is needed. I don't know it is configurable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a case where my class has a method called "getEtternavn()"
See screenshot:

And with fuzzy search, I would expect to find it by typing just "etternavn" or "Etternavn", but I don't:

Maybe I'm misunderstanding fuzzy search, but it would be nice to match methods like this.
Some other examples for toString() method:
"tSt" mathes "toString", but "tst" does not, so I assume there is some case sensitivity here.
However "String" does not match "toString"
Beta Was this translation helpful? Give feedback.
All reactions