semantic-systems / nfdi-search-engine

A lightweight, KG-driven search engine over different endpoints and APIs
https://nfdi-search.nliwod.org/
MIT License
5 stars 3 forks source link

prevent empty search #162

Closed Meisenburger13 closed 10 months ago

Meisenburger13 commented 10 months ago

Searching for an empty string or just spaces doesn't work anymore. Instead, a little message appears below the searchbar to indicate that a search term should be entered.

I've changed the header.html, index.html and results.html files to accomplish that.

Please review and merge if you don't see any issues.