You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the options for scripts is --filter which can accept property IDs such as P143. However, the way we check this has a bug, where it will also match properties such as P1436.
Problem
One of the options for scripts is
--filter
which can accept property IDs such asP143
. However, the way we check this has a bug, where it will also match properties such asP1436
.Proposed Solution
Split the summary by spaces (and other token characters), and then for each filter, check containment, instead of checking the string directly.
The text was updated successfully, but these errors were encountered: