> C: returns the same as C. or C~ .
That accords with documentation:
Searches for special characters: returns Tracks with the special character. Search for Help! : Ignores the special character, and returns Tracks containing 'Help'.. Search for "Help!" : Finds an exact match (doesn't ignore the special character).
The OP behaviour does not... if we assume the docs mean ignoring of special characters on >1-char string occurs at /all/ positions.
Independently of this issue, I suggest the docs need a complete spec. of special char behaviour.
> C: returns the same as C. or C~ .
That accords with documentation:
[quote]Searches for special characters: returns Tracks with the special character. Search for Help! : Ignores the special character, and returns Tracks containing 'Help'.. Search for "Help!" : Finds an exact match (doesn't ignore the special character).[/quote]
The OP behaviour does not... if we assume the docs mean ignoring of special characters on >1-char string occurs at /all/ positions.
Independently of this issue, I suggest the docs need a complete spec. of special char behaviour.