[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Searching- what's next
Yeh... lets do the restrict method you stated. I like that. I'll put
that in place today unless you get to it first, and I will impliment the
hidden form field you need as well. (as long as I got it straight).
Advanced form is next on my plate. I hafta make the application drop down
dynamic but that'll be simple. That's a few minutes only... talk soon.
On Sat, Jun 05, 1999 at 02:07:38PM -0700, Aaron Turner wrote:
>
> 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...