#
# Autocompleter that searches the given scopes and excludes optional ids
#
# scope_name => excluded_ids
end
# adds a scope to the autocompleter
end
# search the added scopes
# get class of scope
# exclude the given ids
# finally apply the search scope
end
end
end