EDSM-NET / FrontEnd

Issues tracker for EDSM
https://www.edsm.net/
37 stars 0 forks source link

Bug: incorrect API response #446

Closed hurricup closed 3 years ago

hurricup commented 3 years ago

Request: https://www.edsm.net/api-v1/systems?systemName=hd+66

Expected: all systems starting with hd 66 Actual: only hd 66

Feels like system first checks exact match and returns it if any. But If I want the exact match, I use system endpoint, instead of systems.

AnthorNet commented 3 years ago

Hey!

https://www.edsm.net/api-v1/systems?systemName=hd+66%

Cheers

hurricup commented 3 years ago

Thank you. Would be nice to have this documented then.