Quote:
Originally Posted by chaley
Because the comma in the query is changed to a '|' when searching authors. The fix for the bug is to change the comma to r'\|' if regexp mode is being used.
|
Got it.
Quote:
Query strings are not forced to lower in regexp mode. However, the regexp searches are caseless; ignore case is forced on.
|
So does that mean that \W as the negated word character class will work fine, but [A-Z] will match [a-z] characters in the ignore case search?
(Note: I edited your post to add a missing slash, so I could quote it.)