<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection">
<div dir="auto">Just curious if there was a reason case insensitive searching was done with `toUpper` instead of `toLower`? In some of my own testing (using multi-word search), searching for "God so loved" would take 3.5 seconds using `toUpper`, but only 0.5 seconds for `toLower`. I'm guessing because fewer characters are needing to be converted.</div>
</div>
<div name="messageSignatureSection"><br />
- Patrick</div>
</body>
</html>