Skip to content
Discussion options

You must be logged in to vote

Yes, you are right. The current implementation is a bit weird in that sense.

From my POV, filtering is exclusion-based, not inclusion-based, i.e. “exclude documents matching these conditions”.

That means:

  • If a document has key=value matching the filter, it should be filtered out
  • If the key is not present, the document should not be filtered
  • Multiple filters should be supported (as the docs claim) - guess it would be or between multiple filters.

For each filter entry:

  • If key not present -> ignore
  • If key present and value matches -> reject document

In that sense, I think, that we should fix it (or introduce a new config option to be backward compatbile).

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@JaspreetSinghChahal
Comment options

@rzo1
Comment options

rzo1 Feb 5, 2026
Collaborator

@JaspreetSinghChahal
Comment options

@rzo1
Comment options

rzo1 Feb 9, 2026
Collaborator

Answer selected by JaspreetSinghChahal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants