Is it possible to do a case insensitive search with the Lucene Query Syntax?
q=given_name:maurits does not yield my user account, because my given_name starts with a capital letter M.
Is it possible with your current implementation of querying with Lucene? Maybe through a LOWERCASE modifier?
Hope to hear from you, as I’m preferring not to build pulling all user accounts and doing the search myself.