Skip to content
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

Operators in/notIn are not available for LocalTime and OffsetTime #93

Open
vyacheslav-pushkin opened this issue Feb 12, 2020 · 0 comments
Assignees

Comments

@vyacheslav-pushkin
Copy link
Contributor

vyacheslav-pushkin commented Feb 12, 2020

Environment

  • Platform version: 7.2-SNAPSHOT
  • Addon version: 7.2-SNAPSHOT

Description of the bug or enhancement

Attempt to perform entity search using operators in/notIn on a LocalTime/OffsetTime field results in status 400 with an error message similar to:

{"error":"Cannot parse entities filter","details":"Operator notIn is not available for java type java.time.LocalTime"}

Perhaps we should support these operators for consistency as Time supports them.

@vyacheslav-pushkin vyacheslav-pushkin changed the title Operators in/notIn are not available for LocalTime Operators in/notIn are not available for LocalTime and OffsetTime Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants