Aaron Klish
Aaron Klish
Assuming title is of type String, How do you differentiate between: title==null and title=='null' (the string's value is 'null')?
I also prefer Option 1, but I'm not sure it agrees with FIQL grammar: ``` constraint = selector [ comparison argument ] ``` Should we relax FIQL compliance and go...
I'm fine with option 2. Do we want to make it a default comparison operator - or should this be considered custom? I would imagine default (not custom) would be...
Did you ever resolve this?
Also, attempting to work around this by setting the data fetcher for "__Field.type" using `codeRegistry.systemDataFetcher(coordinates("__Field", "type"), dataFetcher))` does not work.
A few thoughts: - First off - great & useful project. Thank you for building this. - I'm not sure how new the code registry is (I'm upgrading from v6)...
Seems like a reasonable request. If you have cycles and interest to submit a PR for this, I'm happy to review it.
Any update @LamWizy ?
I can't reproduce this. I get: ```json {"data":[{"type":"group","id":"com.example.repository","attributes":{"commonName":"Example Repository","createdAt":"09/16/2022","description":"The code for this project"},"relationships":{"products":{"data":[]}}}]} ``` If I configure: ```java .withISO8601Dates("MM/dd/yyyy", TimeZone.getTimeZone("UTC")) ``` Can you produce a working example with the issue?