fix casing of settings and docs for search.uppercase feature
Created by: sqs
-
Uppercase
is a single word, so it should be rendered like that and notUpperCase
. - By convention, we use
lowerCamel.case
for settings properties (sosearch.uppercase
notsearch.Uppercase
orsearch.UpperCase
). - The changelog entry should mention the settings property.