Skip to content

Commit 44c2fe4

Browse files
committed
remove advancedSyntax option since it can no longer be controlled by the client
1 parent 2fde620 commit 44c2fe4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/js/vendor/docsearch.bundle.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
appendStylesheet(config.stylesheet)
1616
var baseAlgoliaOptions = {
1717
hitsPerPage: parseInt(config.maxResults) || 15,
18-
advancedSyntax: true,
19-
advancedSyntaxFeatures: ['exactPhrase'],
2018
}
2119
var searchField = document.getElementById(config.searchFieldId || 'search')
2220
searchField.appendChild(Object.assign(document.createElement('div'), { className: 'algolia-autocomplete-results' }))

0 commit comments

Comments
 (0)