Does anyone know of a search string parser that will generate the 'WHERE' portion of an SQL query.
For example, there are different combinations of keywords and symbols such as '+' and ','. The three cases I can think of are
noam+chomsky ( noam AND chomsky )
noam,chomsky (noam OR chomsky )
noam chonsky ( the literal string 'noam chomsky' )
Based on these different strings would be generated. If there is a different way of doing this database search I would be happy to know as well.
thanks,
Matt
For example, there are different combinations of keywords and symbols such as '+' and ','. The three cases I can think of are
noam+chomsky ( noam AND chomsky )
noam,chomsky (noam OR chomsky )
noam chonsky ( the literal string 'noam chomsky' )
Based on these different strings would be generated. If there is a different way of doing this database search I would be happy to know as well.
thanks,
Matt