bahnzumberg/zuugle-api

URL Parameter "p" and "map" not working

Closed this issue · 1 comments

It has to be possible to filter on one specific provider by giving the name of the provider as a parameter "p" to the URL - see https://www2.zuugle.at/suche?p=hikrorg

At the moment this is not working. Without https://www2.zuugle.at/suche?p=alpenvereinaktiv

The same is true for parameter "map". It is not working anymore, but it should.

  let map = searchParams.get("map");
  let provider = searchParams.get("p");