Hi,
I created a view that displays a list of people and I use faceted search to allow users to search for a specific person. As it could have a name containing the keyword even if it's not exactly the name keyed, I would like my result page to display all name that contain the keyword.
Example, if a user keyed Johan, I would like to display all Johan, Johanne, Johanna, Johana etc...

Any clue?