@@ -417,8 +417,8 @@ See: https://www.algolia.com/doc/api-reference/api-parameters/queryType/`))
417
417
cmd .Flags ().StringSlice ("ranking" , []string {"typo" , "geo" , "words" , "filters" , "proximity" , "attribute" , "exact" , "custom" }, heredoc .Doc (`Determines the order in which Algolia returns your results.
418
418
See: https://www.algolia.com/doc/api-reference/api-parameters/ranking/` ))
419
419
cmd .Flags ().SetAnnotation ("ranking" , "Categories" , []string {"Ranking" })
420
- reRankingApplyFilter := NewJSONVar ([]string {"array" , "string " , "null" }... )
421
- cmd .Flags ().Var (reRankingApplyFilter , "reRankingApplyFilter" , heredoc .Doc (`Restrict Dynamic Re-Ranking to records that match these filters .` ))
420
+ reRankingApplyFilter := NewJSONVar ([]string {"" , "null" }... )
421
+ cmd .Flags ().Var (reRankingApplyFilter , "reRankingApplyFilter" , heredoc .Doc (`.` ))
422
422
cmd .Flags ().Int ("relevancyStrictness" , 100 , heredoc .Doc (`Relevancy threshold below which less relevant results aren't included in the results.
423
423
See: https://www.algolia.com/doc/api-reference/api-parameters/relevancyStrictness/` ))
424
424
cmd .Flags ().SetAnnotation ("relevancyStrictness" , "Categories" , []string {"Ranking" })
@@ -640,8 +640,8 @@ See: https://www.algolia.com/doc/api-reference/api-parameters/queryType/`))
640
640
cmd .Flags ().StringSlice ("ranking" , []string {"typo" , "geo" , "words" , "filters" , "proximity" , "attribute" , "exact" , "custom" }, heredoc .Doc (`Determines the order in which Algolia returns your results.
641
641
See: https://www.algolia.com/doc/api-reference/api-parameters/ranking/` ))
642
642
cmd .Flags ().SetAnnotation ("ranking" , "Categories" , []string {"Ranking" })
643
- reRankingApplyFilter := NewJSONVar ([]string {"array" , "string " , "null" }... )
644
- cmd .Flags ().Var (reRankingApplyFilter , "reRankingApplyFilter" , heredoc .Doc (`Restrict Dynamic Re-Ranking to records that match these filters .` ))
643
+ reRankingApplyFilter := NewJSONVar ([]string {"" , "null" }... )
644
+ cmd .Flags ().Var (reRankingApplyFilter , "reRankingApplyFilter" , heredoc .Doc (`.` ))
645
645
cmd .Flags ().Int ("relevancyStrictness" , 100 , heredoc .Doc (`Relevancy threshold below which less relevant results aren't included in the results.
646
646
See: https://www.algolia.com/doc/api-reference/api-parameters/relevancyStrictness/` ))
647
647
cmd .Flags ().SetAnnotation ("relevancyStrictness" , "Categories" , []string {"Ranking" })
@@ -870,8 +870,8 @@ See: https://www.algolia.com/doc/api-reference/api-parameters/queryType/`))
870
870
cmd .Flags ().StringSlice ("ranking" , []string {"typo" , "geo" , "words" , "filters" , "proximity" , "attribute" , "exact" , "custom" }, heredoc .Doc (`Determines the order in which Algolia returns your results.
871
871
See: https://www.algolia.com/doc/api-reference/api-parameters/ranking/` ))
872
872
cmd .Flags ().SetAnnotation ("ranking" , "Categories" , []string {"Ranking" })
873
- reRankingApplyFilter := NewJSONVar ([]string {"array" , "string " , "null" }... )
874
- cmd .Flags ().Var (reRankingApplyFilter , "reRankingApplyFilter" , heredoc .Doc (`Restrict Dynamic Re-Ranking to records that match these filters .` ))
873
+ reRankingApplyFilter := NewJSONVar ([]string {"" , "null" }... )
874
+ cmd .Flags ().Var (reRankingApplyFilter , "reRankingApplyFilter" , heredoc .Doc (`.` ))
875
875
cmd .Flags ().Int ("relevancyStrictness" , 100 , heredoc .Doc (`Relevancy threshold below which less relevant results aren't included in the results.
876
876
See: https://www.algolia.com/doc/api-reference/api-parameters/relevancyStrictness/` ))
877
877
cmd .Flags ().SetAnnotation ("relevancyStrictness" , "Categories" , []string {"Ranking" })
0 commit comments