Accented letters are not received correctly
Summary
Sending an accented character, for instance á, to one of the search methods in PersonController, causes the actual search query to be a the url encoded characters. In the case of á, it becomes %25C3%25A1.
Possible Fix
Decoding the parameter twice seems to give the correct result, but I do not know how it comes to be encoded twice in the first place.