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
I was chatting w/ @chuym and he brought this up as a very useful feature. I'm imaging the following API examples:
combee::> comb.foo.find('active', { 'data.field': 1}); [] combee::> comb.foo.dump('delayed', {'data.field': 2}); Dumped 4 jobs in foo-delayed-dump-20190701112613.json combee::>
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I was chatting w/ @chuym and he brought this up as a very useful feature. I'm imaging the following API examples:
The text was updated successfully, but these errors were encountered: