Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Lotus Domino: After changing TYPE of a field, Full Text Search won't work for this field

Tags:

lotus-domino

My problem: I can't Full text search a view with the syntax [field_name] = text_value. Not in lotus Script nor in the "search the view" in the client. Additional information: When searching/More/By field / selecting my field, I get a combo box with "is equal to", "is greater than" ... meaning that for the FT index my field is (was in fact) NUMBER. But The field has been change to text years ago, existing data converted to text, full text index re created, OSD changed (hum I should check this). => But the old type (number) is still written somewhere in Iris/Lotus systable (sort of systable).

My question: How to update the FT engine, or to tell him that the type is text now?

thanks in advance!

I already had the same problem many years but I can't find the solution with google or here.

like image 625
Emmanuel Gleizer Avatar asked Jan 18 '23 13:01

Emmanuel Gleizer


1 Answers

In the notes database you have a section called the UNK table. This keeps a reference of every field in the database and field type. you can see this in Notespeek.

It only keeps a reference of the first field it finds. So if you have multiple fields with the same name but different types the FTI will get confused when you search on the field.

More details and solution to resolve is in this tech note.

https://www-304.ibm.com/support/docview.wss?uid=swg21261002

like image 163
Simon O'Doherty Avatar answered May 11 '23 15:05

Simon O'Doherty