-
Notifications
You must be signed in to change notification settings - Fork 49
Filter with Datetime (Temporal) not working #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This type of filtering for temporal types is not yet implemented and there is currently no workaround to get it working. |
could we implement this by using the accessory like |
as pointed out in #229 (comment), the way to filter dates / times should be refactored to macht the logic of the js version. This means, we remove the date-/time-related types and use scalars (iso strings) instead |
Uh oh!
There was an error while loading. Please reload this page.
I am trying to filter data using date time but Neo4J translator is not creating correct query, i am not sure if this is bug or feature is missing.
I have schema like below :-
i am using below query using filter :-
below Cyper is getting created :-
year is not getting considered in query.
Can you please help me right query for date time filter or if there any workaround for this issue.
The text was updated successfully, but these errors were encountered: