BUG: Regex in quicksearch not working correctly (1.6 and 2.0)

Not sure I get this right: In Regexes

“*” should match zero or more characters
“+” should match one or more characters

so “.*” should be matching any characters or even no character and it’s not doing this in the quicksearch.

Or am I wrong?