mirror of https://github.com/vapor/docs.git
Make swift script more lenient
This commit is contained in:
parent
c8e291d3f5
commit
56fd60d774
|
|
@ -8,11 +8,11 @@ struct SearchIndex: Codable {
|
|||
}
|
||||
|
||||
struct SearchIndexConfig: Codable {
|
||||
let indexing: String
|
||||
let indexing: String?
|
||||
let lang: [String]
|
||||
let minSearchLength: Int
|
||||
let prebuildIndex: Bool
|
||||
let separator: String
|
||||
let minSearchLength: Int?
|
||||
let prebuildIndex: Bool?
|
||||
let separator: String?
|
||||
|
||||
enum CodingKeys: String, CodingKey {
|
||||
case indexing
|
||||
|
|
|
|||
Loading…
Reference in New Issue