lrstanley / entrest

Extension that generates a compliant OpenAPI spec and server implementation
https://lrstanley.github.io/entrest/
MIT License
11 stars 2 forks source link

feat: support native searching #13

Open lrstanley opened 5 months ago

lrstanley commented 5 months ago

Add some way to have generic searching for a given endpoint.

Initial thoughts:

lrstanley commented 2 months ago

https://github.com/lrstanley/entrest/issues/61 covers a good portion of this. I would still like some kind of advanced query functionality, maybe using go-queryparser, so will leave this open.