E
egarcia
Guest
Hello, This is an interesting case. How does the field definition looks like in your catalog file? (Are you serializing the name?) Here is an example of for the definition of a DOB field in the catalog: "DOB": { "type": "string", "ablType": "DATE", "default": "2017-08-16", "title": "Date of Birth", "format": "date" }, Code in the JSDO looks at ablType properties and generates the appropriate code in the ablFilter. Please let check the catalog definition. I hope this helps.
Continue reading...
Continue reading...