File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class ConfigHelper
45
45
public const MIN_NUMBER_OF_RESULTS = 'algoliasearch_autocomplete/autocomplete/min_number_of_results ' ;
46
46
public const RENDER_TEMPLATE_DIRECTIVES = 'algoliasearch_autocomplete/autocomplete/render_template_directives ' ;
47
47
public const AUTOCOMPLETE_MENU_DEBUG = 'algoliasearch_autocomplete/autocomplete/debug ' ;
48
- public const AUTOCOMPLETE_DEBOUNCE_MILLIS = 'algoliasearch_autocomplete/autocomplete/debounce_millis ' ;
48
+ public const AUTOCOMPLETE_DEBOUNCE_MILLISEC = 'algoliasearch_autocomplete/autocomplete/debounce_millisec ' ;
49
49
public const AUTOCOMPLETE_MINIMUM_CHAR_LENGTH = 'algoliasearch_autocomplete/autocomplete/minimum_char_length ' ;
50
50
51
51
public const PRODUCT_ATTRIBUTES = 'algoliasearch_products/products/product_additional_attributes ' ;
@@ -938,7 +938,7 @@ public function isAutocompleteDebugEnabled($storeId = null)
938
938
public function getAutocompleteDebounceMilliseconds ($ storeId = null ): int
939
939
{
940
940
return (int ) $ this ->configInterface ->getValue (
941
- self ::AUTOCOMPLETE_DEBOUNCE_MILLIS ,
941
+ self ::AUTOCOMPLETE_DEBOUNCE_MILLISEC ,
942
942
ScopeInterface::SCOPE_STORE ,
943
943
$ storeId
944
944
);
Original file line number Diff line number Diff line change 243
243
<field id =" is_popup_enabled" >1</field >
244
244
</depends >
245
245
</field >
246
- <field id =" debounce_millis " translate =" label comment" type =" text" sortOrder =" 90" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
246
+ <field id =" debounce_millisec " translate =" label comment" type =" text" sortOrder =" 90" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
247
247
<validate >validate-digits</validate >
248
248
<label >Debounce requests</label >
249
249
<comment >
Original file line number Diff line number Diff line change 12
12
<sections ><![CDATA[ {"_1600351750374_374":{"name":"pages","label":"Pages","hitsPerPage":"2"}}]]> </sections >
13
13
<excluded_pages ><![CDATA[ {"_1600351757831_831":{"attribute":"no-route"}}]]> </excluded_pages >
14
14
<navigator >1</navigator >
15
- <debounce_millis >300</debounce_millis >
15
+ <debounce_millisec >300</debounce_millisec >
16
16
<minimum_char_length >0</minimum_char_length >
17
17
</autocomplete >
18
18
</algoliasearch_autocomplete >
You can’t perform that action at this time.
0 commit comments