atiqueahmedziad / news-search-web-app

News Search Web Application presents news from different news sources and blogs all over the internet.
https://newsapiwebapp.herokuapp.com
1 stars 2 forks source link

Add server side validation for empty keywords in search for All News #5

Open atiqueahmedziad opened 4 years ago

atiqueahmedziad commented 4 years ago

Description of the issue We are currently validating on front end for empty search keywords, see here

But there is no server side validation for empty keywords. That should done somewhere in this file Server may send a response back with error it empty string is given.