LINQ : How to query how to sort result by most similarity/equality
- by aNui
I want to do a search for Music instruments which has its informations Name, Category and Origin as I asked in my post.
But now I want to sort/group the result by similarity/equality to the keyword such as.
If I have the list
{ Harp, Piano, Drum, Guitar, Guitarrón }
and if I queried "p" the result should be { Piano, Harp }
but it shows Harp…