I also made two extremely minor search tweaks:
- ? and _ now work as wildcard characters, matching exactly one character. This in addition to * and % which match zero or more characters.
- Using uwp: prefix and wildcards are now mentioned in the "tool tip" when you hover over the search field. Previously these were mentioned only in the API docs.