-
Notifications
You must be signed in to change notification settings - Fork 39
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
"in" filter not working #33
Comments
I think this is simply not supported? I think it's already reported in #26. |
But looks "in" filter is added as part of commit feat(fields/filter): add in the filter type also in documentation mentioned like below:
|
@estliberitas |
@Shabhana Yes, it looks like this. This commit was added after last release. You can always install from github though. |
@jkukul I need productionalise my application, so can use only modules from npm registry. any help here is much appreciated. |
Tried adding "in" filter to the druid-query as below,
client.filter('in', 'txn_mth', ['2019/01','2019/02'])
But the below error
Can you please help on this?
The text was updated successfully, but these errors were encountered: