Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread How to stop an expression from being added to fulltext index?
Wed, Feb 7 2007 3:53 PMPermanent Link

Sam Karl
I have a dbmemo that needs to be in a full text index. However there are formatting/id
strings inside the memo that I don't want to have included. The text to be excluded are
all within "{  }" characters. Is there a way to prevent any words within "{ }" from being
added to the full text index?  TIA

Sam
Wed, Feb 7 2007 4:48 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Sam,

<< I have a dbmemo that needs to be in a full text index. However there are
formatting/id strings inside the memo that I don't want to have included.
The text to be excluded are all within "{  }" characters. Is there a way to
prevent any words within "{ }" from being added to the full text index?  TIA
>>

Yes, by using the TDBISAMEngine.OnTextIndexFilter event handler:

http://www.elevatesoft.com/dbisam4d5_tdbisamengine_ontextindexfilter.htm

--
Tim Young
Elevate Software
www.elevatesoft.com

Wed, Feb 7 2007 6:28 PMPermanent Link

Sam Karl

Tim,
  WAY COOL!  U DA Man! Smile

Sam
Image