-
Notifications
You must be signed in to change notification settings - Fork 88
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
Allow filtering by company ID only #855
base: main
Are you sure you want to change the base?
Conversation
6110574
to
bfc026e
Compare
@@ -103,7 +103,8 @@ public sealed class Filter { | |||
*/ | |||
public val id: Int, | |||
|
|||
public val data: ByteArray, | |||
/** Must be non-`null` if [dataMask] is non-`null`. */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. Gonna check to make sure Topaz's decode covers this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wasn't covered. Will add.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have this for serviceData too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kable doesn't (yet) support service data filtering. 🙈
When I do get around to implementing it, then yes, it looks like it would need similar treatment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created #857 to track.
Closes #854
Updated scan filtering documentation, rendered markdown here.