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

Add auto stringify on filters for non primative types #65

Open
zailleh opened this issue Jun 29, 2020 · 0 comments
Open

Add auto stringify on filters for non primative types #65

zailleh opened this issue Jun 29, 2020 · 0 comments

Comments

@zailleh
Copy link

zailleh commented Jun 29, 2020

It would be really nice if I could do this:
Resource.where({ createdAt: { lte: new Date() } }).all()

But in order for spraypaint to recognise the filter, I need to stringify it first, otherwise it silently ignores it.
Resource.where({ createdAt: { lte: new Date().toUTCString() } }).all()

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