I am using Arcgis API for Javascript version 4.21.2.
My problem is that I cannot search my feature layers columns that are declared as esriFieldTypeDouble. The declaration has been made in my Mapserver and therefore I can't change the typing. Numbers, declared as esriFieldTypeString can be used in the search, for example ID is a string.
How is it possible to search these columns by using the Search Widget?