{% extends "base_page.html" %} {% block content %}

Search for a Product

All of the fields below are optional. Note that results are not "paged," so all of the results (no matter how many there are!) will be presented all at once.

You can search by keywords, separated by spaces. These will be matched in both the name and the description of the product.

You can use special operators in the price to denote price greater than or less than, like < 20 or > 5.

If you know the name of the seller (the one given in their e-mail), you can narrow your search here.

{% endblock %}