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

Issue with comparision operators #23

Open
mohankumaru opened this issue Nov 28, 2020 · 1 comment
Open

Issue with comparision operators #23

mohankumaru opened this issue Nov 28, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@mohankumaru
Copy link

Hi @logston ,

RFC 7644, page no 17 and 18 says,

"gt, ge, lt, le using these operators on Boolean and Binary attributes SHALL cause a failed response (HTTP status code 400) with "scimType" of "invalidFilter"."

But, I tried following query,

"active lt "true""

and got this condition as output ,
active < "TRUE"

There should be an exception here right?

@logston
Copy link
Collaborator

logston commented Nov 28, 2020

Hey! Good find!

Do you want to issue a PR with tests to fix this? If not, I can address this in the coming weeks.

@caleb15 caleb15 added the bug Something isn't working label Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants