Skip to content

Commit

Permalink
Add relevancyStrictness to IndexSettings (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
matteodepalo authored Jun 3, 2022
1 parent 3fd9038 commit bc58748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/algoliasearch-rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class IndexSettings
# Attributes
:searchableAttributes, :attributesForFaceting, :unretrievableAttributes, :attributesToRetrieve,
# Ranking
:ranking, :customRanking, # Replicas are handled via `add_replica`
:ranking, :customRanking, :relevancyStrictness, # Replicas are handled via `add_replica`
# Faceting
:maxValuesPerFacet, :sortFacetValuesBy,
# Highlighting / Snippeting
Expand Down

0 comments on commit bc58748

Please sign in to comment.