We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in
in is a reserved word in JavaScript so I'm unable to use Field#in() as python-montage does. Currently, I'm using Field#inSet().
Field#in()
python-montage
Field#inSet()
Are there any other suggestions? Should python-montage rename their Field#in() method to match?
The text was updated successfully, but these errors were encountered:
Can we use the same trick we used for Query.delete()?
Query.delete()
Sorry, something went wrong.
Good point. I don't see why not.
No branches or pull requests
in
is a reserved word in JavaScript so I'm unable to useField#in()
aspython-montage
does. Currently, I'm usingField#inSet()
.Are there any other suggestions? Should
python-montage
rename theirField#in()
method to match?The text was updated successfully, but these errors were encountered: