The rule finding mechanism just picks the first match. We should warn if some of the prefixes are ambiguous. Particularly because stuff like +c:whatever can magically stop working just because someone adds a field (possibly invisible to the user) starting with c...
A partial solution might also involve only matching on visible fields.
The rule finding mechanism just picks the first match. We should warn if some of the prefixes are ambiguous. Particularly because stuff like +c:whatever can magically stop working just because someone adds a field (possibly invisible to the user) starting with c...
A partial solution might also involve only matching on visible fields.