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
Update extra match search mechanism when one variant is specified
several time in search query. Apply same behavior than for extra
specifier: all values specified act as an AND operation. For instance
"foo=val1 foo=val2" now returns modules that define a foo variant where
val1 and val2 are both values available.
Specification is only adapted for search context. On selection context
only last value is retained when same variant is set several times.
Fixes#499
0 commit comments