hiwe have a customized search-form with a lotusscript-action performing a NotesDatabase.FTSearch(…).
Since a week we get an Error: “…Query is not understandable…”
SearchSyntax is:
((FIELD XNumber Contains 1234) And (“test”))
Problem is the datatype of the field XNumber !
When I manually build the searchsyntax using the advanced search options the XNumber-field dialog only offers “is equal” or “is less than”…, but the datatype is Text!!!
XNumber is used in many forms, views,… as Text, only years ago we had one or two forms with XNumer with Number Datatype.
We have more than 4 replicas of the database on different servers (same design) but the problem occurs only on 2 databases. I did a compact -c because there was some hint to rebuild the UNK Table and an Updall -x to rebuild the FT-Index, but no result:(
This came with Notes 8.
Please help
Heinrich Mueller