Affected Version: 2.2.1
What steps will reproduce the problem?
1. Open a change
2. Type in "f" into the Add Reviewer search box. Suggestions that are returned are "Foo (fbar@gmail.com)". It actually highlights "F" and "f" in the suggestion.
3. Type in "fo" into the Add Reviewer search box. Now there will be no suggestions returned.
What is the expected output? What do you see instead?
I expect to search for "fo" and return suggestions "Foo (fbar@gmail.com)".
Please provide any additional information below.
If you type in "Fo" the suggestion returned is "Foo (fbar@gmail.com)" indicating something is case sensitive. However, the MultiWordSuggestOracle doc says its case insensitive. This probably means the rpc call to the SuggestService is doing a case sensitive search.
Mergedinto: 321