Implicit quotesIf a keyword if found in the "wrong" place, it will be assumed as a single-word quoted string. For example,
--> wire find
will look for wires with the word "find" in its label field, same as:
--> wire "find"
This rule applies to any keyword found in non expected places.
|