I found the problem. I’m running WP on a Nginx installation. At the end, the config wasn’t correctly handling the query string.
I got distracted by the get_query_var() function in WP_Query class. Thought this should also be implemented here.
Anyway, its working now!
thanks anyway for your fast response.