feat(settings): Set typoTolerance to true as default
This commit is contained in:
parent
8cd69a32c9
commit
1d7b336bb4
@ -89,6 +89,7 @@ class AlgoliaSearchJekyllPush < Jekyll::Command
|
||||
|
||||
def configure_index(index)
|
||||
default_settings = {
|
||||
typoTolerance: true,
|
||||
attributeForDistinct: 'parent_id',
|
||||
attributesForFaceting: %w(tags type),
|
||||
attributesToIndex: %w(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user