MDeLuise / plant-it

🪴 Self-hosted, open source gardening companion app
https://plant-it.org
GNU General Public License v3.0
455 stars 17 forks source link

Search in trefle blank space error #156

Closed cesarblancg closed 1 month ago

cesarblancg commented 1 month ago

Avoid duplicated bug reports

Description

When you write in the search box a whitespace, it returns this error: image

Maybe we can edit the method to check for empty string in the backend side. https://github.com/MDeLuise/plant-it/blob/6d92a5a4fd581b9e817956b6bd5ce8b26da35500/backend/src/main/java/com/github/mdeluise/plantit/botanicalinfo/BotanicalInfoController.java#L61

Local environment

No response

MDeLuise commented 1 month ago

Hi @cesarblancg, thanks for reporting this! The fix was merged in https://github.com/MDeLuise/plant-it/pull/161 and will be included in the next release.