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

not requires a whitespace #110

Open
jods4 opened this issue Sep 5, 2022 · 0 comments
Open

not requires a whitespace #110

jods4 opened this issue Sep 5, 2022 · 0 comments

Comments

@jods4
Copy link
Contributor

jods4 commented Sep 5, 2022

According to Oasis ABNF for OData, not operator must be followed by RWS, a.k.a. a required whitespace.
The library puts no space between not and the following brackets ().
This is a super easy fix, just add a space here:
https://github.com/techniq/odata-query/blob/master/src/index.ts#L567-L569

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

1 participant