Skip to content

Resolve "Group search autocomplete fails on committees (containing + sign)"

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

Merge request reports