diptanshumahish / watch

An open source movies / web series reccomendation app
MIT License
7 stars 11 forks source link

Movies/ web series search #50

Closed diptanshumahish closed 1 year ago

diptanshumahish commented 1 year ago

Movies/ web series search

keypoints

  1. implement the search logic.
  2. Simply take input from the TextEditingController.text of the text field, rather CupertinoTextField and make calls with the search query every time the user changes something.
  3. Make sure to display some generic search results from the beginning itself when user input is empty.
sagnik-sanyal commented 1 year ago

I am ready to take up this issue under JWOC

sagnik-sanyal commented 1 year ago

Issue solved under #51

sagnik-sanyal commented 1 year ago

Please close this issue so as this is merged already