GrafeasGroup / blossom

The website. The app. The everything.
6 stars 3 forks source link

Add query parameters to search in transcription text and submission title #213

Closed TimJentzsch closed 2 years ago

TimJentzsch commented 2 years ago

Relevant issue: Closes #212.

Description:

This adds the text__icontains query parameter to the transcription endpoint as well as the title__icontains query parameter to the submission endpoint. This enables clients (like Buttercup) to implement a search function.

Originally I intended to add the case-sensitive versions as well, but for some reason they were also case-insensitive.

Checklist: