Search Engine Queries

2004-06-04 Thread Nic Werner
I know this might not be a pure JSTL thing, but if anyone could offer some pointers, I'd appreciate it: I've got a search page thing going on in JSP (JSTL), and I want to be able to search on any of the fields that are entered, basically an AND filter. So as to not create dynamic SQL queries,

Re: Search Engine Queries

2004-06-04 Thread Andrew Nelson
If you don't know java it could be a bit painful but there is a really cool example in a jdbc book I just read. Database Programming with JDBC and Java published by O'Reilly. In chapter 10 near the end there is a section on searches. I think I've seen the same thing on the web somewhere as an