404 page on custom search pagination

So I was using wordpress search and clearly I was passing parameters like this :

http://example.com/?s=test&passage=200&kind=none

But the problem is I have a taxonomy called passage, exactly like the parameter I was sending to the wordpress search page.
My guess is this is a little confusing for wordpress and changing my parameter name to something else, solved my problem.