“Query is not understandable” - Full text searching where field types have changed
问题 A client have a long lived IBM Notes application where someone along the line changed the type of a field from number to text. So, now when we're trying to do an FT search like: [myField] = "1234" receive the error message: "Query is not understandable". If I do: [myField] = 1234 it works but won't return any hits. Even though there's a document where myField = "1234". The field is of type text in the design. I've created a new view for testing, only allowing documents from one form. Deleted