Search (in admin) does not work if keyword smaller than 3 chars
### Describe the bug When searching for podcast episodes in the podcast admin page, the search does not return anything if the keyword is 1 or 2 characters. This could be an expected behaviour, but it is not explicit ### Steps to reproduce 0. Have podcast episodes and go to the episode list 1. Search for a two-letter word ### Expected behavior A list of episodes containing this two-letter word, or a message saying that we can't search for words smaller than 3 letters, either before or after the search. ### Actual behavior No result found. ### Relevant logs and/or screenshots ![image](/uploads/00935c3845d247f4843a29514c7fd7ff/image.png) (*ar go* in breton means: the yeast) ![image](/uploads/69a791071baaad4cf113d0dea152752d/image.png) ![image](/uploads/13ebccf5a4e8c1b470252b83b735fd9a/image.png) ### Context - Castopod: v1.0.0-beta.19 - OS: Debian - Browser: Firefox - Web server: Nginx (behind Traefik reverse-proxy and through Docker) ### Possible fixes - allow for 1 or 2-letter keyword searches - explicitly disallow it
issue