Closed as not planned
Description
Is your feature request related to a problem? Please describe.
The search endpoint requires specifying parameters and similars. We currently only require a q
string, and the user has to build it themselves, which is pretty barebones.
Describe the solution you'd like
It'd be great to have a builder pattern or any data structure that would make said step easier.
Describe alternatives you've considered
Leaving it as it is, but usability isn't good.
Additional context
See the troubles found in #351