This repository was archived by the owner on Mar 4, 2022. It is now read-only.

Description
I've been playing around with your lib and fired off a few queries. e.g. (l=Münster*).
Looking at the SubStringFilter, the Initial value is 'M??nster', not 'Münster'.
I don't think this is what's supposed to happen.
Had a look at the SearchRequestDecoder and sure enough, everything was decoded using the ASCII decoder. Switching that to UTF8 took care of it.