Search Problem

Hi All,

I am trying to set selection formula on a view. There is field which is richtext and in it there is running text. Now I want to select all the document which found in the richtext box. Let says in richtext there is a sentence :

"which is richtext and in it there is running text. Now I want to select all the document which found in the richtext box. Let "

Now if it would be text field then in selection formula we can use select form = “ABC” & @contains(txtfield1;“found”) then it return document.

But my problem is these sentence contain in richtext field.

So pls suggest me how could i use selection formula to achive this task

pls help it an urgent for me.

I will be very thank ful to u if somebody help me.

Thanks & Regards,

Vikas K Sinha

Subject: Search Problem

Create a computed text field with a formula @text(YourRichTextField) and then apply this new field in your view selection formula. The only problem is if it is a production system then you’ll need to backflush all the documents with this new text item.

HTH

Sai

Subject: RE: Search Problem

Or you can use @Abstract, if this is suitable, in your select formula.

Cheers,

Adrian