After the recent post about the search engine it got me thinking about
searching my sql databases.  I would like to be able to search a
database with boolean operators.  But with my limited database
knowledget it would generate something like this:

select * from table where description LIKE "%text1%" and description
LIKE "%text2%" OR....

This gets ugly and I don't think it is the right way to do this.  Also I
don't think the Criteria class was designed with this in mind.  So what
other options do I have to do boolean searching?  Also would it be
feasible to include a class in turbine that took boolean search text and
generated a search?

Thanks,

Dan Diephouse



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to