File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11
11
<test name =" ProductQuickSearchUsingElasticSearchTest" >
12
12
<annotations >
13
13
<features value =" Search" />
14
- <stories value =" Quick Search of products on Storefront when ES 5.0+ is enabled" />
14
+ <stories value =" Quick Search of products on Storefront when ES 5.x is enabled" />
15
15
<title value =" Product quick search doesn't throw exception after ES is chosen as search engine" />
16
16
<description value =" Verify no elastic search exception is thrown when searching for product before catalogsearch reindexing" />
17
17
<severity value =" CRITICAL" />
36
36
</after >
37
37
38
38
<actionGroup ref =" LoginAsAdmin" stepKey =" loginAsAdmin" />
39
- <comment userInput =" Change Catalog search engine option to Elastic Search 5.0+ " stepKey =" chooseElasticSearch5" />
39
+ <comment userInput =" Change Catalog search engine option to Elastic Search 5.x " stepKey =" chooseElasticSearch5" />
40
40
<actionGroup ref =" ChooseElasticSearchAsSearchEngine" stepKey =" chooseES5" />
41
41
<actionGroup ref =" ClearPageCacheActionGroup" stepKey =" clearing" />
42
42
<actionGroup ref =" updateIndexerBySchedule" stepKey =" updateAnIndexerBySchedule" >
57
57
<comment userInput =" End of searching products" stepKey =" endOfSearchingProducts" />
58
58
<actionGroup ref =" LoginAsAdmin" stepKey =" loginAsAdmin2" />
59
59
</test >
60
- </tests >
60
+ </tests >
Original file line number Diff line number Diff line change 71
71
<comment ><![CDATA[ <a href="https://docs.magento.com/m2/ce/user_guide/catalog/search-elasticsearch.html">Learn more</a> about valid syntax.]]> </comment >
72
72
<backend_model >Magento\Elasticsearch\Model\Config\Backend\MinimumShouldMatch</backend_model >
73
73
</field >
74
- <!-- Elasticsearch 5.0+ -->
74
+ <!-- Elasticsearch 5.x -->
75
75
<field id =" elasticsearch5_server_hostname" translate =" label" type =" text" sortOrder =" 61" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" >
76
76
<label >Elasticsearch Server Hostname</label >
77
77
<depends >
Original file line number Diff line number Diff line change 169
169
<arguments >
170
170
<argument name =" engines" xsi : type =" array" >
171
171
<item name =" elasticsearch" xsi : type =" string" >Elasticsearch</item >
172
- <item name =" elasticsearch5" xsi : type =" string" >Elasticsearch 5.0+ </item >
172
+ <item name =" elasticsearch5" xsi : type =" string" >Elasticsearch 5.x </item >
173
173
</argument >
174
174
</arguments >
175
175
</type >
Original file line number Diff line number Diff line change 10
10
<entity name =" SearchEngineElasticsearchConfigData" >
11
11
<data key =" path" >catalog/search/engine</data >
12
12
<data key =" scope_id" >1</data >
13
- <data key =" label" >Elasticsearch 6.0+ </data >
13
+ <data key =" label" >Elasticsearch 6.x </data >
14
14
<data key =" value" >elasticsearch6</data >
15
15
</entity >
16
16
</entities >
Original file line number Diff line number Diff line change 10
10
<system >
11
11
<section id =" catalog" >
12
12
<group id =" search" >
13
- <!-- Elasticsearch 6.0+ -->
13
+ <!-- Elasticsearch 6.x -->
14
14
<field id =" elasticsearch6_server_hostname" translate =" label" type =" text" sortOrder =" 71"
15
15
showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" >
16
16
<label >Elasticsearch Server Hostname</label >
Original file line number Diff line number Diff line change 17
17
<type name =" Magento\Search\Model\Adminhtml\System\Config\Source\Engine" >
18
18
<arguments >
19
19
<argument name =" engines" xsi : type =" array" >
20
- <item name =" elasticsearch6" xsi : type =" string" >Elasticsearch 6.0+ </item >
20
+ <item name =" elasticsearch6" xsi : type =" string" >Elasticsearch 6.x </item >
21
21
</argument >
22
22
</arguments >
23
23
</type >
You can’t perform that action at this time.
0 commit comments