ksvmuralidhar commited on
Commit
7320e95
1 Parent(s): ab87d91

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +5 -0
templates/index.html CHANGED
@@ -183,6 +183,11 @@ word_cloud_section.style.display = 'block';
183
  }
184
  </script>
185
 
 
 
 
 
 
186
 
187
 
188
  </head>
 
183
  }
184
  </script>
185
 
186
+ <script>
187
+ function showSearchInfo() {
188
+ alert("- Search is case-sensitive.\n- Search for news category (NATION, WORLD, SPORTS, ENTERTAINMENT, BUSINESS, TECHNOLOGY) to filter news by category.\n- Search for news source (like zeebiz.com, ndtv.com, etc.) to filter news by source.")
189
+ }
190
+ </script>
191
 
192
 
193
  </head>