[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Searching- what's next
1) I need to support the "Choose your application" field in the
simple.php form. There are two ways to do this:
a) simple.php3 passes the category ID to /modperl/search via the restrict
parameter
b) simple.php3 passes the category name to /modperl/search and mod_perl
does the lookup.
It seems to me that the first way is better since simple.php3 has to
lookup the category ID's for each of the categories anyways, no?
2) simple.php3 needs to pass the category id to advanced.php3 in the link
to the advanced form.
3) The advanced form needs to work.
Later...