If you want a more challenging version of this assignment click here.
In this assignment, you will expand your classified ads web site to add search functionality equivalent to:
We will add a search capability to your previous milestone by borrowing more parts and pieces from the sample code that runs:
https://samples.dj4e.com/well/
Once you understand what the well
code is doing, you only have to change a few files:
Your urls.py
does not have to change
You only have to change your "all" view in views.py
There should not be any other changes required.
It is always a good idea to manually test your application before submitting it for grading. Here are a set of manual test steps:
Make the search look for text in either the body or the title.