Initially when we created the database, we chose to create the ID´s in BIGINT for all our tables. It worked just fine with the full text search. But recently we are not able to perform any full text search and get this error saying “The conversion from BIGINT to OTHER is not supported”. You can find an attachment of the error message.
Is BIGINT not supported by full text search anymore?
Is the BIGINT value being converted to some other datatype for performing the full text search and hence the error?
Please find a small demo project and the error screenshot in the attachments. Also, do not alter the db scripts, since the Identifiers needs to be a BigInt.