|
public static func autocomplete(_ string: String) throws -> Catalog { |
The String passed to autocomplete(_ string: String) is not encoded with .addingPercentEncoding(withAllowedCharacters: .urlHostAllowed)
Currently autocomplete("Omnath, Locus") crashes because of the whitespace
Swiftfall/Sources/Swiftfall/Swiftfall.swift
Line 804 in 6ba0779
The String passed to
autocomplete(_ string: String)is not encoded with.addingPercentEncoding(withAllowedCharacters: .urlHostAllowed)Currently
autocomplete("Omnath, Locus")crashes because of the whitespace