Hi,
on our postres site, the manymany search is defaulting to case sensitive - making it pretty hard to field items.
I've found a way of editing 'GridFieldAddExistingAutocompleter' in the core files to fix this, but is there a away of using somthing like 'setSearchFields' to for case sensititive / case insensitive searches?
$config->getComponentByType('GridFieldAddExistingAutocompleter')->setSearchFields(array('URL','Title'));