i need to index a field in SharePoint Online. This field is of type "Number", but i noticed that if i use the property "refinableint" (of type number), it's not indexed (no result or null value), but if i use the property "refinableDecimal" (of type decimal), a value of "1" indexes with a value of 1000. For the text type, i use the "refinableString" and it works.
What i am doing wrong? What is the correct way to index this type of field?