@@ -718,7 +718,7 @@ public func FfiConverterTypeSearchEngineSelector_lower(_ value: SearchEngineSele
718
718
public struct JsonEngineUrl {
719
719
/**
720
720
* The PrePath and FilePath of the URL. May include variables for engines
721
- * which have a variable FilePath, e.g. `{searchTerm }` for when a search
721
+ * which have a variable FilePath, e.g. `{searchTerms }` for when a search
722
722
* term is within the path of the url.
723
723
*/
724
724
public var base : String ?
@@ -733,7 +733,7 @@ public struct JsonEngineUrl {
733
733
public var params : [ SearchUrlParam ] ?
734
734
/**
735
735
* The name of the query parameter for the search term. Automatically
736
- * appended to the end of the query. This may be skipped if `{searchTerm }`
736
+ * appended to the end of the query. This may be skipped if `{searchTerms }`
737
737
* is included in the base.
738
738
*/
739
739
public var searchTermParamName : String ?
@@ -743,7 +743,7 @@ public struct JsonEngineUrl {
743
743
public init (
744
744
/**
745
745
* The PrePath and FilePath of the URL. May include variables for engines
746
- * which have a variable FilePath, e.g. `{searchTerm }` for when a search
746
+ * which have a variable FilePath, e.g. `{searchTerms }` for when a search
747
747
* term is within the path of the url.
748
748
*/base: String ? ,
749
749
/**
@@ -755,7 +755,7 @@ public struct JsonEngineUrl {
755
755
*/params: [ SearchUrlParam ] ? ,
756
756
/**
757
757
* The name of the query parameter for the search term. Automatically
758
- * appended to the end of the query. This may be skipped if `{searchTerm }`
758
+ * appended to the end of the query. This may be skipped if `{searchTerms }`
759
759
* is included in the base.
760
760
*/searchTermParamName: String ? ) {
761
761
self . base = base
@@ -1329,7 +1329,7 @@ public func FfiConverterTypeSearchEngineDefinition_lower(_ value: SearchEngineDe
1329
1329
public struct SearchEngineUrl {
1330
1330
/**
1331
1331
* The PrePath and FilePath of the URL. May include variables for engines
1332
- * which have a variable FilePath, e.g. `{searchTerm }` for when a search
1332
+ * which have a variable FilePath, e.g. `{searchTerms }` for when a search
1333
1333
* term is within the path of the url.
1334
1334
*/
1335
1335
public var base : String
@@ -1344,7 +1344,7 @@ public struct SearchEngineUrl {
1344
1344
public var params : [ SearchUrlParam ]
1345
1345
/**
1346
1346
* The name of the query parameter for the search term. Automatically
1347
- * appended to the end of the query. This may be skipped if `{searchTerm }`
1347
+ * appended to the end of the query. This may be skipped if `{searchTerms }`
1348
1348
* is included in the base.
1349
1349
*/
1350
1350
public var searchTermParamName : String ?
@@ -1354,7 +1354,7 @@ public struct SearchEngineUrl {
1354
1354
public init (
1355
1355
/**
1356
1356
* The PrePath and FilePath of the URL. May include variables for engines
1357
- * which have a variable FilePath, e.g. `{searchTerm }` for when a search
1357
+ * which have a variable FilePath, e.g. `{searchTerms }` for when a search
1358
1358
* term is within the path of the url.
1359
1359
*/base: String ,
1360
1360
/**
@@ -1366,7 +1366,7 @@ public struct SearchEngineUrl {
1366
1366
*/params: [ SearchUrlParam ] ,
1367
1367
/**
1368
1368
* The name of the query parameter for the search term. Automatically
1369
- * appended to the end of the query. This may be skipped if `{searchTerm }`
1369
+ * appended to the end of the query. This may be skipped if `{searchTerms }`
1370
1370
* is included in the base.
1371
1371
*/searchTermParamName: String ? ) {
1372
1372
self . base = base
0 commit comments