Resolve "Group search autocomplete fails on committees (containing + sign)"
requested to merge 140-group-search-autocomplete-fails-on-committees-containing-plus-sign into master
workaround to make sharing with groups work - all spaces will be replaced by + signs
Closes #140 (closed)
Not sure if the input can contain spaces (in this case inserting a + would not be a good idea)
Maybe replace gsub by a Regex which replaces one space by + and keeps all other spaces (if necessary)
Edited by dgt