Right, so parse the text for the ~ words. You can use rematch to get them easily enough. You can then use that list of words as your body when you add it to your index.
On Tue, Nov 9, 2010 at 12:27 PM, Mary Jo Sminkey <[email protected]> wrote: > >> What I mean by parsing is that you use the tildes to determine what >> to >> search for by extracting what is between them and using that to build >> your search. > > That's not going to give me what I need, because I need to find *only* the > results that use the tildes, not the records that might just have the word by > itself. Otherwise, they could just search on the plain word and not bother > with special characters at all. > > > --- Mary Jo > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339024 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

