melisMirza / Covitter

Repository of SWE 573 project
0 stars 0 forks source link

Set up "Search words" page #28

Closed melisMirza closed 3 years ago

melisMirza commented 3 years ago

On frontend put: search bar, search button

Backend: Display a page with 100 tweets related to given word

melisMirza commented 3 years ago

Frontend: required fields are put using django forms.

Backend: the given word or words are searched in the post_content column of table. related ones are retrieved.

NOTE: No time filter is applied, 100 most recent tweets with those words are displayed. A filter might be considered.