RE: Search---help

2000-07-15 Thread David Gassner
Vikram, you can do a quick replace function while outputting the value that looks something like this: #replace(dbvalue, searchstring, "#searchstring#", "all")# David > -Original Message- > From: Vikram Ponuganti [mailto:[EMAIL PROTECTED]] > Sent: Saturday, July 15, 2000 5:47 AM >

Re: Search---help

2000-07-15 Thread Dick Applebaum
Try: #ReReplaceNoCase(dbfield, "(#SearchWords#)", "\1", "ALL")# At 5:46 AM -0700 7/15/2000, Vikram Ponuganti wrote: >Hi, >Iam new to cold fusion could any of the pros help me out.. > >Well i have a search form where in i use the sql query to retrive > >the matching data... when i displa