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

Handling Typed Property Name Filter #95

Open
antonespo opened this issue Sep 19, 2021 · 0 comments
Open

Handling Typed Property Name Filter #95

antonespo opened this issue Sep 19, 2021 · 0 comments

Comments

@antonespo
Copy link
Contributor

It would be nice to have typed filter in order to avoid typo in the property names.
As an example:

interface Square {
  width: number;
  height: number; 
}
const filter: Filter<Square> = { width: { lt: 5 } };

It would be the foundation to introduce even typed nested properties handling.

antonespo added a commit to antonespo/odata-query that referenced this issue Sep 19, 2021
techniq added a commit that referenced this issue May 10, 2023
Handle Typed Property Name in Filter - Issue #95
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