You might be better off using something like Lucene, I plan on doing this.
http://jakarta.apache.org/lucene/docs/index.html An example can be found in Scarab: http://scarab.tigris.org/source/browse/scarab/src/java/org/tigris/scarab/uti l/word/LuceneAdapter.java?rev=1.12&content-type=text/x-cvsweb-markup -warner ----- Original Message ----- From: "Jason Kearns" <[EMAIL PROTECTED]> To: "Turbine Users List" <[EMAIL PROTECTED]> Sent: Monday, July 15, 2002 10:15 PM Subject: Search Page Shortcut > Howdy experts, > > I have a need to use a form to collect search criteria. All of which will > be optional. Basically... ten fields where the user enters data into the > fields they want to search on. Pretty simple. > > I plan to build a Criteria object based on the fields filled out and > hopefully even allow wildcards. What I'm wondering is if there is some > already built mechanism for turning those form parameters into name=value > pairs on a Criteria Object. Something already built would obviously save me > from a fair amount of coding. > > Anyone? > > Thanks, > Jason Kearns > Sr. Technical Specialist > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
