Filter edits by Edit note content

Stumbling over this while checking certain edits (adding DiscID) I did and using the filter ‘Edit note content’.
If ‘includes’ is selected all notes to an edit are checked.
Selection of ‘does not include’ gives all edits where the first note holds the condition even if later notes don’t.
Imo a logical error in programming

1 Like

Can you provide at least an example of each case?

1 Like

Sorry, should have been part of the creating post already.
(includes): https://musicbrainz.org/search/edits?auto_edit_filter=&order=desc&negation=0&combinator=and&conditions.0.field=editor&conditions.0.operator=%3D&conditions.0.name=hpwg&conditions.0.args.0=2082600&conditions.1.field=type&conditions.1.operator=%3D&conditions.1.args=55%2C232&conditions.2.field=edit_note_content&conditions.2.operator=includes&conditions.2.args.0=matrix%2Frunout
Pls scoll down to the first edit with 2 notes.
(does not include): https://musicbrainz.org/search/edits?auto_edit_filter=&order=desc&negation=0&combinator=and&conditions.0.field=editor&conditions.0.operator=%3D&conditions.0.name=hpwg&conditions.0.args.0=2082600&conditions.1.field=type&conditions.1.operator=%3D&conditions.1.args=55%2C232&conditions.2.field=edit_note_content&conditions.2.operator=not-includes&conditions.2.args.0=matrix%2Frunout&field=Please+choose+a+condition
EDIT:
A: ‘includes XYZ’ is programmed as: at least one note includes XYZ
NOT A would logically be: no note includes XYZ
B: ‘does not include XYZ’ is programmed as: at least one note does not include XYZ
NOT B: would logically be: all notes include XYZ
I was hoping for the NOT A instead of B.

1 Like