@@ -417,8 +417,8 @@ See: https://www.algolia.com/doc/api-reference/api-parameters/queryType/`))
417417 cmd .Flags ().StringSlice ("ranking" , []string {"typo" , "geo" , "words" , "filters" , "proximity" , "attribute" , "exact" , "custom" }, heredoc .Doc (`Determines the order in which Algolia returns your results.
418418See: https://www.algolia.com/doc/api-reference/api-parameters/ranking/` ))
419419 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 (`.` ))
422422 cmd .Flags ().Int ("relevancyStrictness" , 100 , heredoc .Doc (`Relevancy threshold below which less relevant results aren't included in the results.
423423See: https://www.algolia.com/doc/api-reference/api-parameters/relevancyStrictness/` ))
424424 cmd .Flags ().SetAnnotation ("relevancyStrictness" , "Categories" , []string {"Ranking" })
@@ -640,8 +640,8 @@ See: https://www.algolia.com/doc/api-reference/api-parameters/queryType/`))
640640 cmd .Flags ().StringSlice ("ranking" , []string {"typo" , "geo" , "words" , "filters" , "proximity" , "attribute" , "exact" , "custom" }, heredoc .Doc (`Determines the order in which Algolia returns your results.
641641See: https://www.algolia.com/doc/api-reference/api-parameters/ranking/` ))
642642 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 (`.` ))
645645 cmd .Flags ().Int ("relevancyStrictness" , 100 , heredoc .Doc (`Relevancy threshold below which less relevant results aren't included in the results.
646646See: https://www.algolia.com/doc/api-reference/api-parameters/relevancyStrictness/` ))
647647 cmd .Flags ().SetAnnotation ("relevancyStrictness" , "Categories" , []string {"Ranking" })
@@ -870,8 +870,8 @@ See: https://www.algolia.com/doc/api-reference/api-parameters/queryType/`))
870870 cmd .Flags ().StringSlice ("ranking" , []string {"typo" , "geo" , "words" , "filters" , "proximity" , "attribute" , "exact" , "custom" }, heredoc .Doc (`Determines the order in which Algolia returns your results.
871871See: https://www.algolia.com/doc/api-reference/api-parameters/ranking/` ))
872872 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 (`.` ))
875875 cmd .Flags ().Int ("relevancyStrictness" , 100 , heredoc .Doc (`Relevancy threshold below which less relevant results aren't included in the results.
876876See: https://www.algolia.com/doc/api-reference/api-parameters/relevancyStrictness/` ))
877877 cmd .Flags ().SetAnnotation ("relevancyStrictness" , "Categories" , []string {"Ranking" })
0 commit comments