Skip to content

Commit

Permalink
Merge branch 'main' into relevancy-strictness
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yomo authored May 18, 2022
2 parents 6845e78 + 4414dde commit c9c600e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ resource "algolia_index" "example_virtual_replica" {
ranking_config {
ranking = [
"proximity"
"proximity",
"words",
]
}
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/algolia_index/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ resource "algolia_index" "example_virtual_replica" {

ranking_config {
ranking = [
"proximity"
"proximity",
"words",
]
}
Expand Down

0 comments on commit c9c600e

Please sign in to comment.