Ionic Deeplinking doesn't work on query string?

I am currently using ionic v3 and ionic native deeplinking (the one when u click the app opens up your app) for one of my app.

if my path has anything that resembles /path/?parameterB=A&parameterB=B, it returns an no matching error.

Just want to know whether anyone else shared the same issue