tmarkec / take_a_hike

0 stars 1 forks source link

Site visitor can filter/search certain posts #15

Closed tmarkec closed 1 year ago

tmarkec commented 1 year ago

As a first time user I can search specific posts by name so that don't have to go through all posts

tmarkec commented 1 year ago

Acceptance criteria:

  1. There is search box on the page
  2. When I input certain word if that word matches the title post will be displayed on the page

Tasks:

  1. Create input field on post page template
  2. Create new template for searched posts
  3. Create view function that handles searching posts
  4. Create url path