Indexing literal.
Hallo,
I need to indexing a text column with Intermedia 8.1.7.
How can i make an index that contains 2 ore more words (separated by space) ?
I want use a phrase separator (es \n) to separate group of words and retreive this phrase in the table DR$index$I.
Explain.
Table definition
mytab(id number, doc varchar2(40))
Values
1 The pen\n is on the table
2 The computer works\n without me
I'll found in table DR$myindex$I these terms
The pen
is on the table
The computer works
without me
and not a list of sigle terms.
I apologize for my english and attend our replaies.
Thanks, Paolo Gronchi.