deliton / eldenring-api

Open source API for the awesome Elden Ring game :)
243 stars 34 forks source link

GQL Search not functioning like REST #8

Closed RyanGreenburg closed 2 years ago

RyanGreenburg commented 2 years ago

GraphQL query by name will not return results unless name string matches exactly. Searching a partial string in REST returns data.

Screen Shot 2022-03-29 at 7 45 15 PM Screen Shot 2022-03-29 at 7 45 25 PM Screen Shot 2022-03-29 at 8 00 56 PM
deliton commented 2 years ago

Oh unlike REST version, GraphQL uses search param to do search. It should have been more well documented, sorry :)

image

RyanGreenburg commented 2 years ago

Ah perfect! Thanks for the quick reply.