From e92057a7710cdd3c675662c26a80c3c47cc55dc2 Mon Sep 17 00:00:00 2001 From: Nicholas Ung Date: Thu, 26 Oct 2023 16:59:05 -0700 Subject: [PATCH] Wrap test with I18nProvider Signed-off-by: Nicholas Ung --- .../__snapshots__/flyout.test.tsx.snap | 8601 +++++------ .../__snapshots__/header.test.tsx.snap | 305 +- .../common/__test__/flyout.test.tsx | 9 +- .../common/__test__/header.test.tsx | 7 +- .../__snapshots__/create_index.test.tsx.snap | 553 +- .../__test__/create_index.test.tsx | 7 +- .../result_component.test.tsx.snap | 12827 ++++++++-------- .../__snapshots__/result_grid.test.tsx.snap | 5482 +++---- .../__test__/result_component.test.tsx | 19 +- .../__test__/result_grid.test.tsx | 33 +- .../__snapshots__/search_bar.test.tsx.snap | 469 +- .../__snapshots__/search_config.test.tsx.snap | 899 +- .../search_configs.test.tsx.snap | 1821 +-- .../__tests__/search_bar.test.tsx | 13 +- .../__tests__/search_config.test.tsx | 25 +- .../__tests__/search_configs.test.tsx | 27 +- 16 files changed, 15850 insertions(+), 15247 deletions(-) diff --git a/public/components/common/__test__/__snapshots__/flyout.test.tsx.snap b/public/components/common/__test__/__snapshots__/flyout.test.tsx.snap index 5948fa7..83b6f23 100644 --- a/public/components/common/__test__/__snapshots__/flyout.test.tsx.snap +++ b/public/components/common/__test__/__snapshots__/flyout.test.tsx.snap @@ -1,424 +1,185 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Flyout component Renders flyout component 1`] = ` - - - - - - + + + + + + + - + + + + } + > + + + + +
+ + -
- - - - } - onActivation={[Function]} - onDeactivation={[Function]} - persistentFocus={false} - returnFocus={[Function]} - shards={Array []} - sideCar={ - Object { - "assignMedium": [Function], - "assignSyncMedium": [Function], - "options": Object { - "async": true, - "ssr": false, - }, - "read": [Function], - "useMedium": [Function], - } - } - > - - - - } - onActivation={[Function]} - onDeactivation={[Function]} - persistentFocus={false} - returnFocus={[Function]} - shards={Array []} - > - + } + onActivation={[Function]} + onDeactivation={[Function]} + persistentFocus={false} + returnFocus={[Function]} + shards={Array []} + sideCar={ + Object { + "assignMedium": [Function], + "assignSyncMedium": [Function], + "options": Object { + "async": true, + "ssr": false, + }, + "read": [Function], + "useMedium": [Function], + } + } + > + -
-

- +

3. Select an index for - - Query 2 - + Query 2 and enter a query. - -

-

- +

+

You can see how boosting a field affects the results. The following query boosts the field: - -

-
-
+                                          
- - - - - - - - { - - - - - - - "query" + - : + + + { + + + - - { - - - - - - - "multi_match" + + "query" + + + : + + + + { + + + - : + + + "multi_match" + + + : + + + + { + + + - - { - - - - - - - - "query" - - - : - - - - "%SearchText%" - - - , - - + + + "query" + + + : + + + + "%SearchText%" + + + , + + - - - - - "fields" - - - : - - - - [ - - - "speaker^3" - , + + + "fields" + + + : + + + + [ + + + "speaker^3" + + + , + + + + "text_entry" + + + ] + + + - - "text_entry" + + + } + + + - ] - - - - - - - } - - - - - + + } + + + - } - - + + + } + + - - - + - } + - - - - - - - -
-
+ +
- - - + + +
-
-

- +

To learn more about boosts, see the - - Multi-match Query Documentation - + Multi-match Query Documentation . - -

-

- +

+

4. Compare results - -

-

- +

+

Select - - Search - + Search and compare the results in Results 1 and Results 2. - -

+

+
- - } - onActivation={[Function]} - onDeactivation={[Function]} - persistentFocus={false} - returnFocus={[Function]} - shards={Array []} - /> -
- - - -
- -
- - - - - - -
- -

- - - Help - - -

-
-
-
- -
-
-
- +
-

- - - Query format - - -

-

- - _search - , - "methodName": - GET - , - "queryDslLink": - - , - "search": - - , - "variableName": - %SearchText% - , - } - } +

+ Help +

+
+
+
+
- - Enter a query in - +
+

+ Query format +

+

+ Enter a query in - - - OpenSearch Query DSL - - - - - - - (opens in a new tab or window) - - - + (opens in a new tab or window) + - - . Use the - - - - - %SearchText% - - - - - variable to refer + %SearchText% + + + variable to refer to the text in the search bar. When you enter - - - - Search - - - - , the queries are sent to the search + + Search + + , the queries are sent to the search engine using the - - - - - GET - - - - - HTTP method and the - - + + HTTP method and the + - - - _search - - - - - endpoint. - - -

-

- - - Example - - -

-
-

- - - 1. Enter the search text in the search bar. - - -

-

- - - , - } - } - > - - 2. Select an index for - - - - Query 1 - - - - and enter a query. - - -

-

- - shakespeare - , - "speaker": - speaker - , - "textEntry": - text_entry - , - } - } - > - - The following example searches the - - + + endpoint. +

+

+ Example +

+
+

+ 1. Enter the search text in the search bar. +

+

+ 2. Select an index for + + Query 1 + + and enter a query. +

+

+ The following example searches the + - - - speaker - - - - - and - - + + and + - - - text_entry - - - - - fields of the + text_entry + + + fields of the - - - - - shakespeare - - - - - index for the search text: - - -

- - -
-
+                                              
+                                               index for the search text:
+                                            

+
- - - - - - - { - - - - - - - "query" + - : + + + { + + + - - { - - - - - + + "query" + + + : + + + + { + + + + - "multi_match" + + + "multi_match" + + + : + + + + { + + + - : + + + "query" + + + : + + + + "%SearchText%" + + + , + + + - + + + "fields" + + + : + + + + [ + + + "speaker" + + + , + + + + "text_entry" + + + ] + + + + + - { - - - - - + + } + + + + - "query" + + + } + + + - : + + + } + + + - - "%SearchText%" + + + +
+
+
+ + +
+
+
+

+ 3. Select an index for + + Query 2 + + and enter a query. +

+

+ You can see how boosting a field affects the results. The following + query boosts the + + + speaker + + + field: +

+
+
+                                                
                                                   
-                                                    ,
+                                                    
+
                                                   
-                                                  
+                                                  
+                                                    
+                                                    
+                                                      {
+                                                    
+                                                    
 
-                                                
-                                                
+                                                  
+                                                  
+                                                      
+                                                    
+                                                      "query"
+                                                    
+                                                    
+                                                      :
+                                                    
+                                                     
+                                                    
+                                                      {
+                                                    
+                                                    
+
+                                                  
+                                                  
                                                         
+                                                    
+                                                      "multi_match"
+                                                    
+                                                    
+                                                      :
+                                                    
+                                                     
+                                                    
+                                                      {
+                                                    
+                                                    
+
+                                                  
                                                   
-                                                    "fields"
+                                                          
+                                                    
+                                                      "query"
+                                                    
+                                                    
+                                                      :
+                                                    
+                                                     
+                                                    
+                                                      "%SearchText%"
+                                                    
+                                                    
+                                                      ,
+                                                    
+                                                    
+
                                                   
                                                   
-                                                    :
+                                                          
+                                                    
+                                                      "fields"
+                                                    
+                                                    
+                                                      :
+                                                    
+                                                     
+                                                    
+                                                      [
+                                                    
+                                                    
+                                                      "speaker^3"
+                                                    
+                                                    
+                                                      ,
+                                                    
+                                                     
+                                                    
+                                                      "text_entry"
+                                                    
+                                                    
+                                                      ]
+                                                    
+                                                    
+
                                                   
-                                                   
                                                   
-                                                    [
+                                                        
+                                                    
+                                                      }
+                                                    
+                                                    
+
                                                   
                                                   
-                                                    "speaker"
+                                                      
+                                                    
+                                                      }
+                                                    
+                                                    
+
+                                                  
+                                                  
+                                                    
+                                                    
+                                                      }
+                                                    
+                                                    
+
+                                                  
+                                                  
+                                                    
+                                                  
+                                                
+                                              
+
+
+ + +
+
+
+

+ To learn more about boosts, see the + + Multi-match Query Documentation + + + (opens in a new tab or window) + + + . +

+

+ 4. Compare results +

+

+ Select + + Search + + and compare the results in Results 1 and Results 2. +

+
+
+
+
+
+
+ } + onActivation={[Function]} + onDeactivation={[Function]} + persistentFocus={false} + returnFocus={[Function]} + shards={Array []} + > + + +
+ } + onActivation={[Function]} + onDeactivation={[Function]} + persistentFocus={false} + returnFocus={[Function]} + shards={Array []} + /> + + + + +
+ +
+ + + + + + +
+ +

+ + Help + +

+
+
+
+ +
+
+
+ +
+

+ + Query format + +

+

+ + _search + , + "methodName": + GET + , + "queryDslLink": + + , + "search": + + , + "variableName": + %SearchText% + , + } + } + > + Enter a query in + + + + OpenSearch Query DSL + + + + + + + + + + (opens in a new tab or window) + + + + + + . Use the + + + + + %SearchText% + + + + + variable to refer + to the text in the search bar. When you enter + + + Search + + + , the queries are sent to the search + engine using the + + - , - - - + + GET + + + + + HTTP method and the + + - "text_entry" - - + + _search + + + + + endpoint. + +

+

+ + Example + +

+
+

+ + 1. Enter the search text in the search bar. + +

+

+ + + , + } + } + > + 2. Select an index for + + - ] - - - - - - - + + and enter a query. + +

+

+ + shakespeare + , + "speaker": + speaker + , + "textEntry": + text_entry + , + } + } + > + The following example searches the + + - } - - - - - - - + + speaker + + + + + and + + - } - - - - - - + + text_entry + + + + + fields of the + + + - } - - - - - - - -

+ + shakespeare + + + + + index for the search text: + +

+ -
- - + + + + + + + + { + + + + + + + + "query" + + + : + + + + { + + + + + + + + "multi_match" + + + : + + + + { + + + + + + + + "query" + + + : + + + + "%SearchText%" + + + , + + + + + + + + "fields" + + + : + + + + [ + + + "speaker" + + + , + + + + "text_entry" + + + ] + + + + + + + + } + + + + + + + + } + + + + + + + } + + + + + + + +
+
+ + - - - - - - - - - -
-
-
- -
-

- - - , - } - } - > - - 3. Select an index for - + + + + + + +

+
+
+ + +

+ + , + } + } > - - Query 2 - + 3. Select an index for + + + Query 2 + + + and enter a query. - - and enter a query. - - -

-

- - speaker - , - } - } - > - - You can see how boosting a field affects the results. The following + id="searchRelevance.flyout.exampleDetail.stepThree.description" + values={ + Object { + "speaker": + speaker + , + } + } + > + You can see how boosting a field affects the results. The following query boosts the - + + + + + speaker + + + + + field: + +

+ - - - speaker - - - - - field: - - -

- - -
-
-                                              
-                                                
-                                                  
+                                                    
+                                                      
+                                                        
 
-                                                
-                                                
-                                                  
-                                                    {
-                                                  
-                                                  
+                                                      
+                                                      
+                                                        
+                                                          {
+                                                        
+                                                        
 
-                                                
-                                                
-                                                    
-                                                  
-                                                    "query"
-                                                  
-                                                  
-                                                    :
-                                                  
-                                                   
-                                                  
-                                                    {
-                                                  
-                                                  
+                                                      
+                                                      
+                                                          
+                                                        
+                                                          "query"
+                                                        
+                                                        
+                                                          :
+                                                        
+                                                         
+                                                        
+                                                          {
+                                                        
+                                                        
+
+                                                      
+                                                      
+                                                            
+                                                        
+                                                          "multi_match"
+                                                        
+                                                        
+                                                          :
+                                                        
+                                                         
+                                                        
+                                                          {
+                                                        
+                                                        
 
-                                                
-                                                
-                                                      
-                                                  
-                                                    "multi_match"
-                                                  
-                                                  
-                                                    :
-                                                  
-                                                   
-                                                  
-                                                    {
-                                                  
-                                                  
+                                                      
+                                                      
+                                                              
+                                                        
+                                                          "query"
+                                                        
+                                                        
+                                                          :
+                                                        
+                                                         
+                                                        
+                                                          "%SearchText%"
+                                                        
+                                                        
+                                                          ,
+                                                        
+                                                        
 
-                                                
-                                                
+                                                      
+                                                      
+                                                              
+                                                        
+                                                          "fields"
+                                                        
+                                                        
+                                                          :
+                                                        
+                                                         
+                                                        
+                                                          [
+                                                        
+                                                        
+                                                          "speaker^3"
+                                                        
+                                                        
+                                                          ,
+                                                        
+                                                         
+                                                        
+                                                          "text_entry"
+                                                        
+                                                        
+                                                          ]
+                                                        
                                                         
-                                                  
-                                                    "query"
-                                                  
-                                                  
-                                                    :
-                                                  
-                                                   
-                                                  
-                                                    "%SearchText%"
-                                                  
-                                                  
-                                                    ,
-                                                  
-                                                  
 
-                                                
-                                                
+                                                      
+                                                      
+                                                            
+                                                        
+                                                          }
+                                                        
                                                         
-                                                  
-                                                    "fields"
-                                                  
-                                                  
-                                                    :
-                                                  
-                                                   
-                                                  
-                                                    [
-                                                  
-                                                  
-                                                    "speaker^3"
-                                                  
-                                                  
-                                                    ,
-                                                  
-                                                   
-                                                  
-                                                    "text_entry"
-                                                  
-                                                  
-                                                    ]
-                                                  
-                                                  
 
-                                                
-                                                
-                                                      
-                                                  
-                                                    }
-                                                  
-                                                  
+                                                      
+                                                      
+                                                          
+                                                        
+                                                          }
+                                                        
+                                                        
 
-                                                
-                                                
-                                                    
-                                                  
-                                                    }
-                                                  
-                                                  
+                                                      
+                                                      
+                                                        
+                                                          }
+                                                        
+                                                        
 
-                                                
-                                                
-                                                  
+                                                      
+                                                    
+                                                  
+
- } - - - - - - - -
-
- - + + - - - - - - - - - -
-
-
- - -

- - - , - } - } - > - - To learn more about boosts, see the - - + + + + + + + +

+
+
+ + +

+ + + , + } + } > - - - Multi-match Query Documentation - - - - - + Multi-match Query Documentation + + - - - - - - (opens in a new tab or window) - - - - - - . - - -

-

- - - 4. Compare results - - -

-

- - - , - } - } - > - - Select - + + + + + + + + (opens in a new tab or window) + + + + + + . + +

+

- - Search - + 4. Compare results - - and compare the results in Results 1 and Results 2. - - -

+

+

+ + + , + } + } + > + Select + + + Search + + + and compare the results in Results 1 and Results 2. + +

+
+ +
- -
+ + - - - - - -
-
- - - - - - + + + + + + - - - - - - - - - - - - + /> + + + + + + + + + + + + + + + `; diff --git a/public/components/common/__test__/__snapshots__/header.test.tsx.snap b/public/components/common/__test__/__snapshots__/header.test.tsx.snap index 743bbc2..5b1da38 100644 --- a/public/components/common/__test__/__snapshots__/header.test.tsx.snap +++ b/public/components/common/__test__/__snapshots__/header.test.tsx.snap @@ -1,124 +1,207 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Header component Renders header component 1`] = ` -
- + -
- -

+
+ - - - Compare search results - - -

-
- -
-

- - - , - } - } - > - - Compare results using the same search text with different queries. - +

+ - +

+ + + - -
- -
+ + + + + + + + (opens in a new tab or window) + + + + + + +

+
+ + + + +
+
+ `; diff --git a/public/components/common/__test__/flyout.test.tsx b/public/components/common/__test__/flyout.test.tsx index b5c9170..c875a8f 100644 --- a/public/components/common/__test__/flyout.test.tsx +++ b/public/components/common/__test__/flyout.test.tsx @@ -9,15 +9,18 @@ import React from 'react'; import { waitFor } from '@testing-library/react'; import { Flyout } from '../flyout'; import { SearchRelevanceContextProvider } from '../../../contexts'; +import { I18nProvider } from '@osd/i18n/react'; describe('Flyout component', () => { configure({ adapter: new Adapter() }); it('Renders flyout component', async () => { const wrapper = mount( - - - + + + + + ); wrapper.update(); diff --git a/public/components/common/__test__/header.test.tsx b/public/components/common/__test__/header.test.tsx index 6e963eb..dd7a380 100644 --- a/public/components/common/__test__/header.test.tsx +++ b/public/components/common/__test__/header.test.tsx @@ -8,12 +8,17 @@ import Adapter from 'enzyme-adapter-react-16'; import React from 'react'; import { waitFor } from '@testing-library/react'; import { Header } from '../header'; +import { I18nProvider } from '@osd/i18n/react'; describe('Header component', () => { configure({ adapter: new Adapter() }); it('Renders header component', async () => { - const wrapper = mount(
); + const wrapper = mount( + +
+ + ); wrapper.update(); diff --git a/public/components/query_compare/__test__/__snapshots__/create_index.test.tsx.snap b/public/components/query_compare/__test__/__snapshots__/create_index.test.tsx.snap index 8789feb..aea8d9b 100644 --- a/public/components/query_compare/__test__/__snapshots__/create_index.test.tsx.snap +++ b/public/components/query_compare/__test__/__snapshots__/create_index.test.tsx.snap @@ -1,263 +1,346 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Create index component Renders create index component 1`] = ` - -
- -
- -

+ + + +
+ - - - Compare search results - - -

-
- -
-

- - - , - } - } - > - - Compare results using the same search text with different queries. - +

+ - - - - Learn more - - - - - - - - - - - (opens in a new tab or window) - - - - - - - -

-

-
-
-
-
- -
- - Before you can query data, you need to index it. - - - Learn how to index your data - - , or - - add sample data - - to OpenSearch Dashboards. -

- } - title={ -

- Create an index to start comparing search results. -

- } - > -
- -

- Create an index to start comparing search results. -

-
- - - -
- + Compare search results + + +

- Before you can query data, you need to index it. - - + + , + } + } > - - Learn how to index your data - - + Learn more + + - - - - - - - (opens in a new tab or window) - - - - - - , or - - - add sample data - - - to OpenSearch Dashboards. + + + + + + + (opens in a new tab or window) + + + + + +

- - -
- -
- - +
+ +
+ +
+ + Before you can query data, you need to index it. + + + Learn how to index your data + + , or + + add sample data + + to OpenSearch Dashboards. +

+ } + title={ +

+ Create an index to start comparing search results. +

+ } + > +
+ +

+ Create an index to start comparing search results. +

+
+ + + +
+ + +
+

+ Before you can query data, you need to index it. + + + + Learn how to index your data + + + + + + + + + (opens in a new tab or window) + + + + + + , or + + + add sample data + + + to OpenSearch Dashboards. +

+
+
+ + +
+ +
+ + + + + `; diff --git a/public/components/query_compare/__test__/create_index.test.tsx b/public/components/query_compare/__test__/create_index.test.tsx index 02d5d5d..04de65a 100644 --- a/public/components/query_compare/__test__/create_index.test.tsx +++ b/public/components/query_compare/__test__/create_index.test.tsx @@ -8,12 +8,17 @@ import Adapter from 'enzyme-adapter-react-16'; import React from 'react'; import { waitFor } from '@testing-library/react'; import { CreateIndex } from '../create_index'; +import { I18nProvider } from '@osd/i18n/react'; describe('Create index component', () => { configure({ adapter: new Adapter() }); it('Renders create index component', async () => { - const wrapper = mount(); + const wrapper = mount( + + + + ); wrapper.update(); diff --git a/public/components/query_compare/search_result/result_components/__test__/__snapshots__/result_component.test.tsx.snap b/public/components/query_compare/search_result/result_components/__test__/__snapshots__/result_component.test.tsx.snap index 13b3f52..c20d7dc 100644 --- a/public/components/query_compare/search_result/result_components/__test__/__snapshots__/result_component.test.tsx.snap +++ b/public/components/query_compare/search_result/result_components/__test__/__snapshots__/result_component.test.tsx.snap @@ -1,6784 +1,6873 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Result component Renders result component 1`] = ` - - + + + + - + - <_EuiSplitPanelOuter - direction="row" - hasBorder={false} - hasShadow={false} - > - -
- + <_EuiSplitPanelOuter + direction="row" + hasBorder={false} + hasShadow={false} > - <_EuiSplitPanelInner - className="search-relevance-result-panel" + - -
- -
- -
- -

- Result 1 -

-
-
-
- -
- -

- 10 - results -

-
-
-
-
-
- + <_EuiSplitPanelInner + className="search-relevance-result-panel" > -
- - - +
-
- - - + + + +
-
- -
+ - -

- 2 -

-
-
-
- -
- -
- - Not applicable - - - - Not in - - Results - 2 - - - } - size="m" - type="questionInCircle" + } + > + +
- - Not in - - Results - 2 - - - } - delay="regular" - position="top" + - + 1 + + +
+
+ +
+ +
- + Not applicable + + + + Not in + + Results + 2 + + + } size="m" - tabIndex={0} type="questionInCircle" > - + Not in + + Results + 2 + + } - tabIndex={0} + delay="regular" + position="top" > - - - - - - -
-
-
-
-
- - -
+ - - - + + - + - - - + + - + - - - + + - + - - - + + - + - - - + + - + - - - + + - + - - - + + - + - - - + + - -
+ - -

- 10 -

-
-
-
- + } + > + +
+ +

+ 9 +

+
+
+
+ +
+ +
+ + Not applicable + + + + Not in + + Results + 2 + + + } + size="m" + type="questionInCircle" + > + + Not in + + Results + 2 + + + } + delay="regular" + position="top" + > + + + + + + + + + +
+
+
+
+ + + +
+ + + - + - - -
- -
- -
- -

- 1 -

-
-
-
- -
- -
- - Not applicable - - - - Not in - - Results - 2 - - - } - size="m" - type="questionInCircle" - > - - Not in - - Results - 2 - - - } - delay="regular" - position="top" - > - - - - - - - - - -
-
-
-
-
-
-
+ Result 1 + + + + +
- -
+

-
- arr: -
-
- - ["el1","el2","el3"] - - -
-
- id: -
-
- - 3920564 - - -
-
- name: -
-
- - 006R90321 - - -
-
- title: -
-
- - Xerox 006R90321 toner cartridge Original Black 6 pc(s) - - -
-
- short_description: -
-
- - Toner (6 Per Box) for CopyCentre C65 Digital Copier - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/img_3920564_medium_1472618727_1445_7091.jpg - - -
-
- date_released: -
-
- - 2009-12-10T00:00:00Z - - -
-
- supplier: -
-
- - Xerox - - -
-
- price: -
-
- - 4995 - - -
-

-
+ 10 + results + +
-
- -
+
-
- -
+ + + + + + + + +
+ + + + + +
-
- nestObj: -
-
- - {"key1":[1,true,null],"key2":{"key21":"element"}} - - -
-
- id: -
-
- - 2101957 - - -
-
- name: -
-
- - dv7-1211ea - - -
-
- title: -
-
- - HP Pavilion dv7-1211ea Notebook Silver 43.2 cm (17") 1440 x 900 pixels Intel® Core™2 Duo 4 GB DDR2-SDRAM 250 GB HDD NVIDIA® GeForce® 9200M GS Windows Vista Home Premium - - -
-
- short_description: -
-
- - Intel Core 2 Duo Processor P7450 (3M Cache, 2.13 GHz, 1066 MHz FSB), 4GB DDR2, 250GB SATA HDD, 17" WXGA+ HD BrightView 1440 x 900, nVidia GeForce 9200M GS, DVD Super Multi DL, Gigabit Ethernet, WLAN 802.11 b/g, WebCam, Windows Vista Home Premium 32-bit - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/2101957_8011415648.jpg - - -
-
- date_released: -
-
- - 2008-12-19T00:00:00Z - - -
-
- supplier: -
-
- - HP - - -
-
- price: -
-
- - 10995 - - -
-
- attr_t_product_colour: -
-
- - Silver - - -
- - - -
- -
-
- -

+
- 3 -

-
+
+ arr: +
+
+ + ["el1","el2","el3"] + + +
+
+ id: +
+
+ + 3920564 + + +
+
+ name: +
+
+ + 006R90321 + + +
+
+ title: +
+
+ + Xerox 006R90321 toner cartridge Original Black 6 pc(s) + + +
+
+ short_description: +
+
+ + Toner (6 Per Box) for CopyCentre C65 Digital Copier + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/img_3920564_medium_1472618727_1445_7091.jpg + + +
+
+ date_released: +
+
+ + 2009-12-10T00:00:00Z + + +
+
+ supplier: +
+
+ + Xerox + + +
+
+ price: +
+
+ + 4995 + + +
+ +
-
- -
+
+ - -
- - Not applicable - - - - Not in - - Results - 2 - - - } - size="m" - type="questionInCircle" +
+ +
- - Not in - - Results - 2 - - - } - delay="regular" - position="top" + - + 2 + + +
+
+ +
+ +
- + Not applicable + + + + Not in + + Results + 2 + + + } size="m" - tabIndex={0} type="questionInCircle" > - + Not in + + Results + 2 + + } - tabIndex={0} + delay="regular" + position="top" > - - - - - - -
-
-
-
-
- -
-
- -
+ + + + + + + + +
+ + + + + +
-
- id: -
-
- - 1128895 - - -
-
- name: -
-
- - DB9 RS232 Serial Null Modem Adapter - M/F - - -
-
- title: -
-
- - StarTech.com DB9 RS232 Serial Null Modem Adapter - M/F - - -
-
- short_description: -
-
- - StarTech.com DB9 RS232 Serial Null Modem Adapter - M/F - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/1128895_4034494654.jpg - - -
-
- date_released: -
-
- - 2007-08-09T00:00:00Z - - -
-
- supplier: -
-
- - StarTech.com - - -
-
- price: -
-
- - 595 - - -
-
- attr_t_product_colour: -
-
- - Grey - - -
- - - -
- -
-
- -

+
- 4 -

-
+
+ nestObj: +
+
+ + {"key1":[1,true,null],"key2":{"key21":"element"}} + + +
+
+ id: +
+
+ + 2101957 + + +
+
+ name: +
+
+ + dv7-1211ea + + +
+
+ title: +
+
+ + HP Pavilion dv7-1211ea Notebook Silver 43.2 cm (17") 1440 x 900 pixels Intel® Core™2 Duo 4 GB DDR2-SDRAM 250 GB HDD NVIDIA® GeForce® 9200M GS Windows Vista Home Premium + + +
+
+ short_description: +
+
+ + Intel Core 2 Duo Processor P7450 (3M Cache, 2.13 GHz, 1066 MHz FSB), 4GB DDR2, 250GB SATA HDD, 17" WXGA+ HD BrightView 1440 x 900, nVidia GeForce 9200M GS, DVD Super Multi DL, Gigabit Ethernet, WLAN 802.11 b/g, WebCam, Windows Vista Home Premium 32-bit + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/2101957_8011415648.jpg + + +
+
+ date_released: +
+
+ + 2008-12-19T00:00:00Z + + +
+
+ supplier: +
+
+ + HP + + +
+
+ price: +
+
+ + 10995 + + +
+
+ attr_t_product_colour: +
+
+ + Silver + + +
+ +
-
- -
+
+ - -
- - Not applicable - - - - Not in - - Results - 2 - - - } - size="m" - type="questionInCircle" +
+ +
- - Not in - - Results - 2 - - - } - delay="regular" - position="top" + - - + +
+
+ +
+ +
+ + Not applicable + + + + Not in + + Results + 2 + + + } size="m" - tabIndex={0} type="questionInCircle" > - + Not in + + Results + 2 + + } - tabIndex={0} + delay="regular" + position="top" > - - - - - - -
-
-
-
-
- -
-
- -
+ + + + + + + + +
+ + + + + +
-
- id: -
-
- - 1449722 - - -
-
- name: -
-
- - ProCurve 420 Wireless Access Point - - -
-
- title: -
-
- - HP ProCurve 420 Wireless Access Point - - -
-
- short_description: -
-
- - Refurbished A FULL-FEATURED IEEE 802.11G SINGLE-RADIO ACCESS POINT IDEALLY - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/img_1449722_medium_1480997766_6498_5955.jpg - - -
-
- date_released: -
-
- - 2008-03-07T00:00:00Z - - -
-
- supplier: -
-
- - HP - - -
-
- price: -
-
- - 9495 - - -
- - - -
- -
-
- -

+
- 5 -

-
+
+ id: +
+
+ + 1128895 + + +
+
+ name: +
+
+ + DB9 RS232 Serial Null Modem Adapter - M/F + + +
+
+ title: +
+
+ + StarTech.com DB9 RS232 Serial Null Modem Adapter - M/F + + +
+
+ short_description: +
+
+ + StarTech.com DB9 RS232 Serial Null Modem Adapter - M/F + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/1128895_4034494654.jpg + + +
+
+ date_released: +
+
+ + 2007-08-09T00:00:00Z + + +
+
+ supplier: +
+
+ + StarTech.com + + +
+
+ price: +
+
+ + 595 + + +
+
+ attr_t_product_colour: +
+
+ + Grey + + +
+ +
-
- -
+
+ - -
- - Not applicable - - - - Not in - - Results - 2 - - - } - size="m" - type="questionInCircle" +
+ +
- - Not in - - Results - 2 - - - } - delay="regular" - position="top" + - - + +
+
+ +
+ +
+ + Not applicable + + + + Not in + + Results + 2 + + + } size="m" - tabIndex={0} type="questionInCircle" > - + Not in + + Results + 2 + + } - tabIndex={0} + delay="regular" + position="top" > - - - - - - -
-
-
-
-
- -
-
- -
+ + + + + + + + +
+ + + + + +
-
- id: -
-
- - 1625640 - - -
-
- name: -
-
- - 2GB SD Card - - -
-
- title: -
-
- - Integral 2GB SD Card memory card - - -
-
- short_description: -
-
- - 2GB SD Card - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/img_1625640_medium_1480990774_7102_6217.jpg - - -
-
- date_released: -
-
- - 2008-06-23T00:00:00Z - - -
-
- supplier: -
-
- - Integral - - -
-
- price: -
-
- - 1195 - - -
- - - -
- -
-
- -

+
- 6 -

-
+
+ id: +
+
+ + 1449722 + + +
+
+ name: +
+
+ + ProCurve 420 Wireless Access Point + + +
+
+ title: +
+
+ + HP ProCurve 420 Wireless Access Point + + +
+
+ short_description: +
+
+ + Refurbished A FULL-FEATURED IEEE 802.11G SINGLE-RADIO ACCESS POINT IDEALLY + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/img_1449722_medium_1480997766_6498_5955.jpg + + +
+
+ date_released: +
+
+ + 2008-03-07T00:00:00Z + + +
+
+ supplier: +
+
+ + HP + + +
+
+ price: +
+
+ + 9495 + + +
+ +
-
- -
+
+ - -
- - Not applicable - - - - Not in - - Results - 2 - - - } - size="m" - type="questionInCircle" +
+ +
- - Not in - - Results - 2 - - - } - delay="regular" - position="top" + - - + +
+
+ +
+ +
+ + Not applicable + + + + Not in + + Results + 2 + + + } size="m" - tabIndex={0} type="questionInCircle" > - + Not in + + Results + 2 + + } - tabIndex={0} + delay="regular" + position="top" > - - - - - - -
-
-
-
-
- -
-
- -
+ + + + + + + + +
+ + + + + +
-
- id: -
-
- - 2067378 - - -
-
- name: -
-
- - LC51C - - -
-
- title: -
-
- - Brother LC51C Original Cyan - - -
-
- short_description: -
-
- - LC51C - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/img_2067378_medium_1481020819_0464_12184.jpg - - -
-
- date_released: -
-
- - 2009-04-08T00:00:00Z - - -
-
- supplier: -
-
- - Brother - - -
-
- price: -
-
- - 1795 - - -
- - - -
- -
-
- -

+
- 7 -

-
+
+ id: +
+
+ + 1625640 + + +
+
+ name: +
+
+ + 2GB SD Card + + +
+
+ title: +
+
+ + Integral 2GB SD Card memory card + + +
+
+ short_description: +
+
+ + 2GB SD Card + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/img_1625640_medium_1480990774_7102_6217.jpg + + +
+
+ date_released: +
+
+ + 2008-06-23T00:00:00Z + + +
+
+ supplier: +
+
+ + Integral + + +
+
+ price: +
+
+ + 1195 + + +
+ +
-
- -
+
+ - -
- - Not applicable - - - - Not in - - Results - 2 - - - } - size="m" - type="questionInCircle" +
+ +
- - Not in - - Results - 2 - - - } - delay="regular" - position="top" + - - + +
+
+ +
+ +
+ + Not applicable + + + + Not in + + Results + 2 + + + } size="m" - tabIndex={0} type="questionInCircle" > - + Not in + + Results + 2 + + } - tabIndex={0} + delay="regular" + position="top" > - - - - - - -
-
-
-
-
- -
-
- -
+ + + + + + + + +
+ + + + + +
-
- id: -
-
- - 636678 - - -
-
- name: -
-
- - Emergency Power Off (EPO) - - -
-
- title: -
-
- - APC Emergency Power Off (EPO) - - -
-
- short_description: -
-
- - Emergency Power Off (EPO) - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/img_636678_medium_1480944064_4778_26509.jpg - - -
-
- date_released: -
-
- - 2006-11-15T00:00:00Z - - -
-
- supplier: -
-
- - APC - - -
-
- price: -
-
- - 69195 - - -
-
- attr_t_product_colour: -
-
- - Black - - -
- - - -
- -
-
- -

+
- 8 -

-
+
+ id: +
+
+ + 2067378 + + +
+
+ name: +
+
+ + LC51C + + +
+
+ title: +
+
+ + Brother LC51C Original Cyan + + +
+
+ short_description: +
+
+ + LC51C + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/img_2067378_medium_1481020819_0464_12184.jpg + + +
+
+ date_released: +
+
+ + 2009-04-08T00:00:00Z + + +
+
+ supplier: +
+
+ + Brother + + +
+
+ price: +
+
+ + 1795 + + +
+ +
-
- -
+
+ - -
- - Not applicable - - - - Not in - - Results - 2 - - - } - size="m" - type="questionInCircle" +
+ +
- - Not in - - Results - 2 - - - } - delay="regular" - position="top" + - + 7 + + +
+
+ +
+ +
- + Not applicable + + + + Not in + + Results + 2 + + + } size="m" - tabIndex={0} type="questionInCircle" > - + Not in + + Results + 2 + + } - tabIndex={0} + delay="regular" + position="top" > - - - - - - -
-
-
-
-
- -
-
- -
+ + + + + + + + +
+ + + + + +
-
- id: -
-
- - 1570809 - - -
-
- name: -
-
- - IT Power Distribution Module 3 Pole 5 Wire 32A IEC309 620cm - - -
-
- title: -
-
- - APC IT Power Distribution Module 3 Pole 5 Wire 32A IEC309 620cm power distribution unit (PDU) - - -
-
- short_description: -
-
- - IT Power Distribution Module 3 Pole 5 Wire 32A IEC309 620cm - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/img_1570809_medium_1480983343_7059_6217.jpg - - -
-
- date_released: -
-
- - 2008-04-11T00:00:00Z - - -
-
- supplier: -
-
- - APC - - -
-
- price: -
-
- - 53895 - - -
- - - -
- -
-
- -

+
- 9 -

-
+
+ id: +
+
+ + 636678 + + +
+
+ name: +
+
+ + Emergency Power Off (EPO) + + +
+
+ title: +
+
+ + APC Emergency Power Off (EPO) + + +
+
+ short_description: +
+
+ + Emergency Power Off (EPO) + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/img_636678_medium_1480944064_4778_26509.jpg + + +
+
+ date_released: +
+
+ + 2006-11-15T00:00:00Z + + +
+
+ supplier: +
+
+ + APC + + +
+
+ price: +
+
+ + 69195 + + +
+
+ attr_t_product_colour: +
+
+ + Black + + +
+ +
-
- -
+
+ - -
- - Not applicable - - - - Not in - - Results - 2 - - - } - size="m" - type="questionInCircle" +
+ +
- - Not in - - Results - 2 - - - } - delay="regular" - position="top" + - + 8 + + +
+
+ +
+ +
- + Not applicable + + + + Not in + + Results + 2 + + + } size="m" - tabIndex={0} type="questionInCircle" > - + Not in + + Results + 2 + + } - tabIndex={0} + delay="regular" + position="top" > - - - - - - -
-
-
-
-
- -
-
- -
+ + + + + + + + +
+ + + + + +
-
- id: -
-
- - 148843 - - -
-
- name: -
-
- - Labels Premium A4 64.6x33.8 mm white paper matt 2400 pcs. - - -
-
- title: -
-
- - HERMA Labels Premium A4 64.6x33.8 mm white paper matt 2400 pcs. - - -
-
- short_description: -
-
- - Labels Premium A4 64.6x33.8 mm white paper matt 2400 pcs. - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/148843_2449.jpg - - -
-
- date_released: -
-
- - 2005-07-15T00:00:00Z - - -
-
- supplier: -
-
- - HERMA - - -
-
- price: -
-
- - 3795 - - -
-
- attr_t_product_colour: -
-
+
- White - +
+
+ id: +
+
+ + 1570809 + + +
+
+ name: +
+
+ + IT Power Distribution Module 3 Pole 5 Wire 32A IEC309 620cm + + +
+
+ title: +
+
+ + APC IT Power Distribution Module 3 Pole 5 Wire 32A IEC309 620cm power distribution unit (PDU) + + +
+
+ short_description: +
+
+ + IT Power Distribution Module 3 Pole 5 Wire 32A IEC309 620cm + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/img_1570809_medium_1480983343_7059_6217.jpg + + +
+
+ date_released: +
+
+ + 2008-04-11T00:00:00Z + + +
+
+ supplier: +
+
+ + APC + + +
+
+ price: +
+
+ + 53895 + + +
+
-
- - - -
- -
+
- -
+
- - Not applicable - - - - Not in - - Results - 2 - - - } - size="m" - type="questionInCircle" +
+ id: +
+
+ + 148843 + + +
+
+ name: +
+
+ + Labels Premium A4 64.6x33.8 mm white paper matt 2400 pcs. + + +
+
+ title: +
+
+ + HERMA Labels Premium A4 64.6x33.8 mm white paper matt 2400 pcs. + + +
+
+ short_description: +
+
+ + Labels Premium A4 64.6x33.8 mm white paper matt 2400 pcs. + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/148843_2449.jpg + + +
+
+ date_released: +
+
+ + 2005-07-15T00:00:00Z + + +
+
+ supplier: +
+
+ + HERMA + + +
+
+ price: +
+
+ + 3795 + + +
+
+ attr_t_product_colour: +
+
+ + White + + +
+
+ +
+
+ +
+ +
- - Not in - - Results - 2 - - - } - delay="regular" - position="top" + - + 10 + + +
+
+ +
+ +
- + Not applicable + + + + Not in + + Results + 2 + + + } size="m" - tabIndex={0} type="questionInCircle" > - + Not in + + Results + 2 + + } - tabIndex={0} + delay="regular" + position="top" > - - - - - - -
-
-
-
-
-
-
-
- -
+ + + + + + + + +
+ + + + + +
-
- id: -
-
- - 968447 - - -
-
- name: -
-
- - Cyan Toner Cartridge for C7100/C7300/C7500 Series 'Type C4' - - -
-
- title: -
-
- - OKI Cyan Toner Cartridge for C7100/C7300/C7500 Series 'Type C4' Original - - -
-
- short_description: -
-
- - Cyan Toner Cartridge for C7100/C7300/C7500 Series 'Type C4' - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/img_968447_medium_1480985748_8727_5647.jpg - - -
-
- date_released: -
-
- - 2007-08-09T00:00:00Z - - -
-
- supplier: -
-
- - OKI - - -
-
- price: -
-
+
- 20395 - +
+
+ id: +
+
+ + 968447 + + +
+
+ name: +
+
+ + Cyan Toner Cartridge for C7100/C7300/C7500 Series 'Type C4' + + +
+
+ title: +
+
+ + OKI Cyan Toner Cartridge for C7100/C7300/C7500 Series 'Type C4' Original + + +
+
+ short_description: +
+
+ + Cyan Toner Cartridge for C7100/C7300/C7500 Series 'Type C4' + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/img_968447_medium_1480985748_8727_5647.jpg + + +
+
+ date_released: +
+
+ + 2007-08-09T00:00:00Z + + +
+
+ supplier: +
+
+ + OKI + + +
+
+ price: +
+
+ + 20395 + + +
+
-
- - - -
-
-
-
-
- -
- + + + + +
+ +
+ + + + - <_EuiSplitPanelInner - className="search-relevance-result-panel" - > - -
- -
- -
- -

- Result 2 -

-
-
-
- -
- -

- 10 - results -

-
-
-
-
-
- + <_EuiSplitPanelInner + className="search-relevance-result-panel" > -
- - - +
-
+ + +
- -
+

+ Result 2 +

+ +
+ + +
+ - -
+ 10 + results + + +
+
+
+
+ +
+ + + + - + - - - + + - + - - - + + - + - - - + + - + - - - + + + - + - - - + + - + - - - + + - + - - - + + - + - - - + + - + - - - + + - + - - -
+ - -

- 1 -

-
- - - -
- -
- - Not applicable - - - - Not in - - Results - 1 - - - } - size="m" - type="questionInCircle" + } + > + +
- - Not in - - Results - 1 - - - } - delay="regular" - position="top" + - + 1 + + +
+
+ +
+ +
- + Not applicable + + + + Not in + + Results + 1 + + + } size="m" - tabIndex={0} type="questionInCircle" > - + Not in + + Results + 1 + + } - tabIndex={0} + delay="regular" + position="top" > - - - - - - -
-
-
-
-
- -
-
- -
+ + + + + + + + +
+ + + + + +
-
- arr: -
-
- - ["el1","el2","el3"] - - -
-
- id: -
-
- - 3920564 - - -
-
- name: -
-
- - 006R90321 - - -
-
- title: -
-
- - Xerox 006R90321 toner cartridge Original Black 6 pc(s) - - -
-
- short_description: -
-
- - Toner (6 Per Box) for CopyCentre C65 Digital Copier - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/img_3920564_medium_1472618727_1445_7091.jpg - - -
-
- date_released: -
-
- - 2009-12-10T00:00:00Z - - -
-
- supplier: -
-
- - Xerox - - -
-
- price: -
-
- - 4995 - - -
- - - -
- -
-
- -

+
- 2 -

-
+
+ arr: +
+
+ + ["el1","el2","el3"] + + +
+
+ id: +
+
+ + 3920564 + + +
+
+ name: +
+
+ + 006R90321 + + +
+
+ title: +
+
+ + Xerox 006R90321 toner cartridge Original Black 6 pc(s) + + +
+
+ short_description: +
+
+ + Toner (6 Per Box) for CopyCentre C65 Digital Copier + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/img_3920564_medium_1472618727_1445_7091.jpg + + +
+
+ date_released: +
+
+ + 2009-12-10T00:00:00Z + + +
+
+ supplier: +
+
+ + Xerox + + +
+
+ price: +
+
+ + 4995 + + +
+ +
-
- -
+
+ - -
- - Not applicable - - - - Not in - - Results - 1 - - - } - size="m" - type="questionInCircle" +
+ +
- - Not in - - Results - 1 - - - } - delay="regular" - position="top" + - - + +
+
+ +
+ +
+ + Not applicable + + + + Not in + + Results + 1 + + + } size="m" - tabIndex={0} type="questionInCircle" > - + Not in + + Results + 1 + + } - tabIndex={0} + delay="regular" + position="top" > - - - - - - -
-
-
-
-
- -
-
- -
+ + + + + + + + +
+ + + + + +
-
- nestObj: -
-
- - {"key1":[1,true,null],"key2":{"key21":"element"}} - - -
-
- id: -
-
- - 2101957 - - -
-
- name: -
-
- - dv7-1211ea - - -
-
- title: -
-
- - HP Pavilion dv7-1211ea Notebook Silver 43.2 cm (17") 1440 x 900 pixels Intel® Core™2 Duo 4 GB DDR2-SDRAM 250 GB HDD NVIDIA® GeForce® 9200M GS Windows Vista Home Premium - - -
-
- short_description: -
-
- - Intel Core 2 Duo Processor P7450 (3M Cache, 2.13 GHz, 1066 MHz FSB), 4GB DDR2, 250GB SATA HDD, 17" WXGA+ HD BrightView 1440 x 900, nVidia GeForce 9200M GS, DVD Super Multi DL, Gigabit Ethernet, WLAN 802.11 b/g, WebCam, Windows Vista Home Premium 32-bit - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/2101957_8011415648.jpg - - -
-
- date_released: -
-
- - 2008-12-19T00:00:00Z - - -
-
- supplier: -
-
- - HP - - -
-
- price: -
-
- - 10995 - - -
-
- attr_t_product_colour: -
-
- - Silver - - -
- - - -
- -
-
- -

+
- 3 -

-
+
+ nestObj: +
+
+ + {"key1":[1,true,null],"key2":{"key21":"element"}} + + +
+
+ id: +
+
+ + 2101957 + + +
+
+ name: +
+
+ + dv7-1211ea + + +
+
+ title: +
+
+ + HP Pavilion dv7-1211ea Notebook Silver 43.2 cm (17") 1440 x 900 pixels Intel® Core™2 Duo 4 GB DDR2-SDRAM 250 GB HDD NVIDIA® GeForce® 9200M GS Windows Vista Home Premium + + +
+
+ short_description: +
+
+ + Intel Core 2 Duo Processor P7450 (3M Cache, 2.13 GHz, 1066 MHz FSB), 4GB DDR2, 250GB SATA HDD, 17" WXGA+ HD BrightView 1440 x 900, nVidia GeForce 9200M GS, DVD Super Multi DL, Gigabit Ethernet, WLAN 802.11 b/g, WebCam, Windows Vista Home Premium 32-bit + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/2101957_8011415648.jpg + + +
+
+ date_released: +
+
+ + 2008-12-19T00:00:00Z + + +
+
+ supplier: +
+
+ + HP + + +
+
+ price: +
+
+ + 10995 + + +
+
+ attr_t_product_colour: +
+
+ + Silver + + +
+ +
-
- -
+
+ - -
- - Not applicable - - - - Not in - - Results - 1 - - - } - size="m" - type="questionInCircle" +
+ +
- - Not in - - Results - 1 - - - } - delay="regular" - position="top" + - - + +
+
+ +
+ +
+ + Not applicable + + + + Not in + + Results + 1 + + + } size="m" - tabIndex={0} type="questionInCircle" > - + Not in + + Results + 1 + + } - tabIndex={0} + delay="regular" + position="top" > - - - - - - -
-
-
-
-
- -
-
- -
+ + + + + + + + +
+ + + + + +
-
- id: -
-
- - 1128895 - - -
-
- name: -
-
- - DB9 RS232 Serial Null Modem Adapter - M/F - - -
-
- title: -
-
- - StarTech.com DB9 RS232 Serial Null Modem Adapter - M/F - - -
-
- short_description: -
-
- - StarTech.com DB9 RS232 Serial Null Modem Adapter - M/F - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/1128895_4034494654.jpg - - -
-
- date_released: -
-
- - 2007-08-09T00:00:00Z - - -
-
- supplier: -
-
- - StarTech.com - - -
-
- price: -
-
- - 595 - - -
-
- attr_t_product_colour: -
-
- - Grey - - -
- - - -
- -
-
- -

+
- 4 -

-
+
+ id: +
+
+ + 1128895 + + +
+
+ name: +
+
+ + DB9 RS232 Serial Null Modem Adapter - M/F + + +
+
+ title: +
+
+ + StarTech.com DB9 RS232 Serial Null Modem Adapter - M/F + + +
+
+ short_description: +
+
+ + StarTech.com DB9 RS232 Serial Null Modem Adapter - M/F + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/1128895_4034494654.jpg + + +
+
+ date_released: +
+
+ + 2007-08-09T00:00:00Z + + +
+
+ supplier: +
+
+ + StarTech.com + + +
+
+ price: +
+
+ + 595 + + +
+
+ attr_t_product_colour: +
+
+ + Grey + + +
+ +
-
- -
+
+ - -
- - Not applicable - - - - Not in - - Results - 1 - - - } - size="m" - type="questionInCircle" +
+ +
- - Not in - - Results - 1 - - - } - delay="regular" - position="top" + - + 4 + + +
+
+ +
+ +
- + Not applicable + + + + Not in + + Results + 1 + + + } size="m" - tabIndex={0} type="questionInCircle" > - + Not in + + Results + 1 + + } - tabIndex={0} + delay="regular" + position="top" > - - - - - - -
-
-
-
-
- -
-
- -
+ + + + + + + + +
+ + + + + +
-
- id: -
-
- - 1449722 - - -
-
- name: -
-
- - ProCurve 420 Wireless Access Point - - -
-
- title: -
-
- - HP ProCurve 420 Wireless Access Point - - -
-
- short_description: -
-
- - Refurbished A FULL-FEATURED IEEE 802.11G SINGLE-RADIO ACCESS POINT IDEALLY - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/img_1449722_medium_1480997766_6498_5955.jpg - - -
-
- date_released: -
-
- - 2008-03-07T00:00:00Z - - -
-
- supplier: -
-
- - HP - - -
-
- price: -
-
- - 9495 - - -
- - - -
- -
-
- -

+
- 5 -

-
+
+ id: +
+
+ + 1449722 + + +
+
+ name: +
+
+ + ProCurve 420 Wireless Access Point + + +
+
+ title: +
+
+ + HP ProCurve 420 Wireless Access Point + + +
+
+ short_description: +
+
+ + Refurbished A FULL-FEATURED IEEE 802.11G SINGLE-RADIO ACCESS POINT IDEALLY + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/img_1449722_medium_1480997766_6498_5955.jpg + + +
+
+ date_released: +
+
+ + 2008-03-07T00:00:00Z + + +
+
+ supplier: +
+
+ + HP + + +
+
+ price: +
+
+ + 9495 + + +
+ +
-
- -
- -
- - Not applicable - - - - Not in - - Results - 1 - - - } - size="m" - type="questionInCircle" +
+ +
+ +
- - Not in - - Results - 1 - - - } - delay="regular" - position="top" + - - + +
+
+ +
+ +
+ + Not applicable + + + + Not in + + Results + 1 + + + } size="m" - tabIndex={0} type="questionInCircle" > - + Not in + + Results + 1 + + } - tabIndex={0} + delay="regular" + position="top" > - - - - - - -
-
-
-
-
-
-
-
- -
+ + + + + + + + +
+ + + + + +
-
- id: -
-
- - 1625640 - - -
-
- name: -
-
- - 2GB SD Card - - -
-
- title: -
-
- - Integral 2GB SD Card memory card - - -
-
- short_description: -
-
- - 2GB SD Card - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/img_1625640_medium_1480990774_7102_6217.jpg - - -
-
- date_released: -
-
- - 2008-06-23T00:00:00Z - - -
-
- supplier: -
-
- - Integral - - -
-
- price: -
-
- - 1195 - - -
- - - -
- -
-
- -

+
- 6 -

-
+
+ id: +
+
+ + 1625640 + + +
+
+ name: +
+
+ + 2GB SD Card + + +
+
+ title: +
+
+ + Integral 2GB SD Card memory card + + +
+
+ short_description: +
+
+ + 2GB SD Card + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/img_1625640_medium_1480990774_7102_6217.jpg + + +
+
+ date_released: +
+
+ + 2008-06-23T00:00:00Z + + +
+
+ supplier: +
+
+ + Integral + + +
+
+ price: +
+
+ + 1195 + + +
+ +
-
- -
+
+ - -
- - Not applicable - - - - Not in - - Results - 1 - - - } - size="m" - type="questionInCircle" +
+ +
- - Not in - - Results - 1 - - - } - delay="regular" - position="top" + - - + +
+
+ +
+ +
+ + Not applicable + + + + Not in + + Results + 1 + + + } size="m" - tabIndex={0} type="questionInCircle" > - + Not in + + Results + 1 + + } - tabIndex={0} + delay="regular" + position="top" > - - - - - - -
-
-
-
-
- -
-
- -
+ + + + + + + + +
+ + + + + +
-
- id: -
-
- - 2067378 - - -
-
- name: -
-
- - LC51C - - -
-
- title: -
-
- - Brother LC51C Original Cyan - - -
-
- short_description: -
-
- - LC51C - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/img_2067378_medium_1481020819_0464_12184.jpg - - -
-
- date_released: -
-
- - 2009-04-08T00:00:00Z - - -
-
- supplier: -
-
- - Brother - - -
-
- price: -
-
- - 1795 - - -
- - - -
- -
-
- -

+
- 7 -

-
+
+ id: +
+
+ + 2067378 + + +
+
+ name: +
+
+ + LC51C + + +
+
+ title: +
+
+ + Brother LC51C Original Cyan + + +
+
+ short_description: +
+
+ + LC51C + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/img_2067378_medium_1481020819_0464_12184.jpg + + +
+
+ date_released: +
+
+ + 2009-04-08T00:00:00Z + + +
+
+ supplier: +
+
+ + Brother + + +
+
+ price: +
+
+ + 1795 + + +
+ +
-
- -
+
+ - -
- - Not applicable - - - - Not in - - Results - 1 - - - } - size="m" - type="questionInCircle" +
+ +
- - Not in - - Results - 1 - - - } - delay="regular" - position="top" + - - + +
+
+ +
+ +
+ + Not applicable + + + + Not in + + Results + 1 + + + } size="m" - tabIndex={0} type="questionInCircle" > - + Not in + + Results + 1 + + } - tabIndex={0} + delay="regular" + position="top" > - - - - - - -
-
-
-
-
- -
-
- -
+ + + + + + + + +
+ + + + + +
-
- id: -
-
- - 636678 - - -
-
- name: -
-
- - Emergency Power Off (EPO) - - -
-
- title: -
-
- - APC Emergency Power Off (EPO) - - -
-
- short_description: -
-
- - Emergency Power Off (EPO) - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/img_636678_medium_1480944064_4778_26509.jpg - - -
-
- date_released: -
-
- - 2006-11-15T00:00:00Z - - -
-
- supplier: -
-
- - APC - - -
-
- price: -
-
- - 69195 - - -
-
- attr_t_product_colour: -
-
- - Black - - -
- - - -
- -
-
- -

+
- 8 -

-
+
+ id: +
+
+ + 636678 + + +
+
+ name: +
+
+ + Emergency Power Off (EPO) + + +
+
+ title: +
+
+ + APC Emergency Power Off (EPO) + + +
+
+ short_description: +
+
+ + Emergency Power Off (EPO) + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/img_636678_medium_1480944064_4778_26509.jpg + + +
+
+ date_released: +
+
+ + 2006-11-15T00:00:00Z + + +
+
+ supplier: +
+
+ + APC + + +
+
+ price: +
+
+ + 69195 + + +
+
+ attr_t_product_colour: +
+
+ + Black + + +
+ +
-
- -
+
+ - -
- - Not applicable - - - - Not in - - Results - 1 - - - } - size="m" - type="questionInCircle" +
+ +
- - Not in - - Results - 1 - - - } - delay="regular" - position="top" + - + 8 + + +
+
+ +
+ +
- + Not applicable + + + + Not in + + Results + 1 + + + } size="m" - tabIndex={0} type="questionInCircle" > - + Not in + + Results + 1 + + } - tabIndex={0} + delay="regular" + position="top" > - - - - - - -
-
-
-
-
- -
-
- -
+ + + + + + + + +
+ + + + + +
-
- id: -
-
- - 1570809 - - -
-
- name: -
-
- - IT Power Distribution Module 3 Pole 5 Wire 32A IEC309 620cm - - -
-
- title: -
-
- - APC IT Power Distribution Module 3 Pole 5 Wire 32A IEC309 620cm power distribution unit (PDU) - - -
-
- short_description: -
-
- - IT Power Distribution Module 3 Pole 5 Wire 32A IEC309 620cm - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/img_1570809_medium_1480983343_7059_6217.jpg - - -
-
- date_released: -
-
- - 2008-04-11T00:00:00Z - - -
-
- supplier: -
-
- - APC - - -
-
- price: -
-
- - 53895 - - -
- - - -
- -
-
- -

+
- 9 -

-
+
+ id: +
+
+ + 1570809 + + +
+
+ name: +
+
+ + IT Power Distribution Module 3 Pole 5 Wire 32A IEC309 620cm + + +
+
+ title: +
+
+ + APC IT Power Distribution Module 3 Pole 5 Wire 32A IEC309 620cm power distribution unit (PDU) + + +
+
+ short_description: +
+
+ + IT Power Distribution Module 3 Pole 5 Wire 32A IEC309 620cm + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/img_1570809_medium_1480983343_7059_6217.jpg + + +
+
+ date_released: +
+
+ + 2008-04-11T00:00:00Z + + +
+
+ supplier: +
+
+ + APC + + +
+
+ price: +
+
+ + 53895 + + +
+ +
-
- -
+
+ - -
- - Not applicable - - - - Not in - - Results - 1 - - - } - size="m" - type="questionInCircle" +
+ +
- - Not in - - Results - 1 - - - } - delay="regular" - position="top" + - + 9 + + +
+
+ +
+ +
- + Not applicable + + + + Not in + + Results + 1 + + + } size="m" - tabIndex={0} type="questionInCircle" > - + Not in + + Results + 1 + + } - tabIndex={0} + delay="regular" + position="top" > - - - - - - -
-
-
-
-
- -
-
- -
+ + + + + + + + +
+ + + + + +
-
- id: -
-
- - 148843 - - -
-
- name: -
-
- - Labels Premium A4 64.6x33.8 mm white paper matt 2400 pcs. - - -
-
- title: -
-
- - HERMA Labels Premium A4 64.6x33.8 mm white paper matt 2400 pcs. - - -
-
- short_description: -
-
- - Labels Premium A4 64.6x33.8 mm white paper matt 2400 pcs. - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/148843_2449.jpg - - -
-
- date_released: -
-
- - 2005-07-15T00:00:00Z - - -
-
- supplier: -
-
- - HERMA - - -
-
- price: -
-
- - 3795 - - -
-
- attr_t_product_colour: -
-
- - White - - -
- - - -
- -
-
- -

+
- 10 -

-
+
+ id: +
+
+ + 148843 + + +
+
+ name: +
+
+ + Labels Premium A4 64.6x33.8 mm white paper matt 2400 pcs. + + +
+
+ title: +
+
+ + HERMA Labels Premium A4 64.6x33.8 mm white paper matt 2400 pcs. + + +
+
+ short_description: +
+
+ + Labels Premium A4 64.6x33.8 mm white paper matt 2400 pcs. + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/148843_2449.jpg + + +
+
+ date_released: +
+
+ + 2005-07-15T00:00:00Z + + +
+
+ supplier: +
+
+ + HERMA + + +
+
+ price: +
+
+ + 3795 + + +
+
+ attr_t_product_colour: +
+
+ + White + + +
+ +
-
- -
+
+ - -
- - Not applicable - - - - Not in - - Results - 1 - - - } - size="m" - type="questionInCircle" +
+ +
- - Not in - - Results - 1 - - - } - delay="regular" - position="top" + - - + +
+
+ +
+ +
+ + Not applicable + + + + Not in + + Results + 1 + + + } size="m" - tabIndex={0} type="questionInCircle" > - + Not in + + Results + 1 + + } - tabIndex={0} + delay="regular" + position="top" > - - - - - - -
-
-
-
-
- -
-
- -
+ + + + + + + + +
+ + + + + +
-
- id: -
-
- - 968447 - - -
-
- name: -
-
- - Cyan Toner Cartridge for C7100/C7300/C7500 Series 'Type C4' - - -
-
- title: -
-
- - OKI Cyan Toner Cartridge for C7100/C7300/C7500 Series 'Type C4' Original - - -
-
- short_description: -
-
- - Cyan Toner Cartridge for C7100/C7300/C7500 Series 'Type C4' - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/img_968447_medium_1480985748_8727_5647.jpg - - -
-
- date_released: -
-
- - 2007-08-09T00:00:00Z - - -
-
- supplier: -
-
- - OKI - - -
-
- price: -
-
+
- 20395 - +
+
+ id: +
+
+ + 968447 + + +
+
+ name: +
+
+ + Cyan Toner Cartridge for C7100/C7300/C7500 Series 'Type C4' + + +
+
+ title: +
+
+ + OKI Cyan Toner Cartridge for C7100/C7300/C7500 Series 'Type C4' Original + + +
+
+ short_description: +
+
+ + Cyan Toner Cartridge for C7100/C7300/C7500 Series 'Type C4' + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/img_968447_medium_1480985748_8727_5647.jpg + + +
+
+ date_released: +
+
+ + 2007-08-09T00:00:00Z + + +
+
+ supplier: +
+
+ + OKI + + +
+
+ price: +
+
+ + 20395 + + +
+
-
- - - -
-
-
- - - - - - - - - - + +
+
+
+
+
+ +
+ + + + + + + + +
`; diff --git a/public/components/query_compare/search_result/result_components/__test__/__snapshots__/result_grid.test.tsx.snap b/public/components/query_compare/search_result/result_components/__test__/__snapshots__/result_grid.test.tsx.snap index b8e073d..a356596 100644 --- a/public/components/query_compare/search_result/result_components/__test__/__snapshots__/result_grid.test.tsx.snap +++ b/public/components/query_compare/search_result/result_components/__test__/__snapshots__/result_grid.test.tsx.snap @@ -1,2816 +1,2994 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Result grid component Renders result grid component 1`] = ` - - + + + + -
- - - +
-
- -
+ - -

- 1 -

-
-
-
- -
- -
- + +
- - - - - - Up - 1 - -
- -
- -
- - -
- - - - + - - - + + - + - - - + + - + - - - + + - -
+ - -

- 5 -

-
-
-
- -
- -
- - Not applicable - - - - Not in - - Results - 2 - - - } - size="m" - type="questionInCircle" + } + > + +
- - Not in - - Results - 2 - - - } - delay="regular" - position="top" + - - - + +
+
+ +
+ +
+ + - - - - - - -
-
-
-
-
- - -
+ - - - + + - + - - - + + - + - - - + + - + - - - + + - + + + + - + - - - + + - + - - -
- -
+
-
- -
-
- arr: -
-
- - ["el1","el2","el3"] - - -
-
- id: -
-
- - 3920564 - - -
-
- name: -
-
- - 006R90321 - - -
-
- title: -
-
- - Xerox 006R90321 toner cartridge Original Black 6 pc(s) - - -
-
- short_description: -
-
- - Toner (6 Per Box) for CopyCentre C65 Digital Copier - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/img_3920564_medium_1472618727_1445_7091.jpg - - -
-
- date_released: -
-
- - 2009-12-10T00:00:00Z - - -
-
- supplier: -
-
- - Xerox - - -
-
- price: -
-
- - 4995 - - -
-
-
-
-
- -
- -
- -

- 2 -

-
-
-
- -
- -
- + +
+ + +
- - +
- - - - Down - 1 - -
- -
-
-
- -
-
- -
+ + + + + + Up + 1 + +
+ + + + + +
-
- nestObj: -
-
- - {"key1":[1,true,null],"key2":{"key21":"element"}} - - -
-
- id: -
-
- - 2101957 - - -
-
- name: -
-
- - dv7-1211ea - - -
-
- title: -
-
- - HP Pavilion dv7-1211ea Notebook Silver 43.2 cm (17") 1440 x 900 pixels Intel® Core™2 Duo 4 GB DDR2-SDRAM 250 GB HDD NVIDIA® GeForce® 9200M GS Windows Vista Home Premium - - -
-
- short_description: -
-
- - Intel Core 2 Duo Processor P7450 (3M Cache, 2.13 GHz, 1066 MHz FSB), 4GB DDR2, 250GB SATA HDD, 17" WXGA+ HD BrightView 1440 x 900, nVidia GeForce 9200M GS, DVD Super Multi DL, Gigabit Ethernet, WLAN 802.11 b/g, WebCam, Windows Vista Home Premium 32-bit - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/2101957_8011415648.jpg - - -
-
- date_released: -
-
- - 2008-12-19T00:00:00Z - - -
-
- supplier: -
-
- - HP - - -
-
- price: -
-
- - 10995 - - -
-
- attr_t_product_colour: -
-
- - Silver - - -
- - - -
- -
-
- -

+
- 3 -

-
+
+ arr: +
+
+ + ["el1","el2","el3"] + + +
+
+ id: +
+
+ + 3920564 + + +
+
+ name: +
+
+ + 006R90321 + + +
+
+ title: +
+
+ + Xerox 006R90321 toner cartridge Original Black 6 pc(s) + + +
+
+ short_description: +
+
+ + Toner (6 Per Box) for CopyCentre C65 Digital Copier + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/img_3920564_medium_1472618727_1445_7091.jpg + + +
+
+ date_released: +
+
+ + 2009-12-10T00:00:00Z + + +
+
+ supplier: +
+
+ + Xerox + + +
+
+ price: +
+
+ + 4995 + + +
+ +
-
- -
+
+ - -
- + +
- - - - - - Up - 7 - -
- -
- - -
-
-
- -
+ +
+ + +
+ +
+ + + + + + + Down + 1 + +
+
+
+
+ + +
-
- id: -
-
- - 1128895 - - -
-
- name: -
-
- - DB9 RS232 Serial Null Modem Adapter - M/F - - -
-
- title: -
-
- - StarTech.com DB9 RS232 Serial Null Modem Adapter - M/F - - -
-
- short_description: -
-
- - StarTech.com DB9 RS232 Serial Null Modem Adapter - M/F - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/1128895_4034494654.jpg - - -
-
- date_released: -
-
- - 2007-08-09T00:00:00Z - - -
-
- supplier: -
-
- - StarTech.com - - -
-
- price: -
-
- - 595 - - -
-
- attr_t_product_colour: -
-
- - Grey - - -
- - - -
- -
-
- -

+
- 4 -

-
+
+ nestObj: +
+
+ + {"key1":[1,true,null],"key2":{"key21":"element"}} + + +
+
+ id: +
+
+ + 2101957 + + +
+
+ name: +
+
+ + dv7-1211ea + + +
+
+ title: +
+
+ + HP Pavilion dv7-1211ea Notebook Silver 43.2 cm (17") 1440 x 900 pixels Intel® Core™2 Duo 4 GB DDR2-SDRAM 250 GB HDD NVIDIA® GeForce® 9200M GS Windows Vista Home Premium + + +
+
+ short_description: +
+
+ + Intel Core 2 Duo Processor P7450 (3M Cache, 2.13 GHz, 1066 MHz FSB), 4GB DDR2, 250GB SATA HDD, 17" WXGA+ HD BrightView 1440 x 900, nVidia GeForce 9200M GS, DVD Super Multi DL, Gigabit Ethernet, WLAN 802.11 b/g, WebCam, Windows Vista Home Premium 32-bit + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/2101957_8011415648.jpg + + +
+
+ date_released: +
+
+ + 2008-12-19T00:00:00Z + + +
+
+ supplier: +
+
+ + HP + + +
+
+ price: +
+
+ + 10995 + + +
+
+ attr_t_product_colour: +
+
+ + Silver + + +
+ +
-
- -
+
+ - -
- + +
- - - - - - Up - 96 - -
- -
- - -
-
-
- -
+ +
+ + +
+ +
+ + + + + + + Up + 7 + +
+
+
+
+ + +
-
- id: -
-
- - 1449722 - - -
-
- name: -
-
- - ProCurve 420 Wireless Access Point - - -
-
- title: -
-
- - HP ProCurve 420 Wireless Access Point - - -
-
- short_description: -
-
- - Refurbished A FULL-FEATURED IEEE 802.11G SINGLE-RADIO ACCESS POINT IDEALLY - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/img_1449722_medium_1480997766_6498_5955.jpg - - -
-
- date_released: -
-
- - 2008-03-07T00:00:00Z - - -
-
- supplier: -
-
- - HP - - -
-
- price: -
-
+
- 9495 - +
+
+ id: +
+
+ + 1128895 + + +
+
+ name: +
+
+ + DB9 RS232 Serial Null Modem Adapter - M/F + + +
+
+ title: +
+
+ + StarTech.com DB9 RS232 Serial Null Modem Adapter - M/F + + +
+
+ short_description: +
+
+ + StarTech.com DB9 RS232 Serial Null Modem Adapter - M/F + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/1128895_4034494654.jpg + + +
+
+ date_released: +
+
+ + 2007-08-09T00:00:00Z + + +
+
+ supplier: +
+
+ + StarTech.com + + +
+
+ price: +
+
+ + 595 + + +
+
+ attr_t_product_colour: +
+
+ + Grey + + +
+
-
- - - -
- -
+
-
- -
+ + + + Up + 96 + +
+ + + + + +
-
- id: -
-
- - 1625640 - - -
-
- name: -
-
- - 2GB SD Card - - -
-
- title: -
-
- - Integral 2GB SD Card memory card - - -
-
- short_description: -
-
- - 2GB SD Card - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/img_1625640_medium_1480990774_7102_6217.jpg - - -
-
- date_released: -
-
- - 2008-06-23T00:00:00Z - - -
-
- supplier: -
-
- - Integral - - -
-
- price: -
-
- - 1195 - - -
- - - -
- -
-
- -

+
- 6 -

-
+
+ id: +
+
+ + 1449722 + + +
+
+ name: +
+
+ + ProCurve 420 Wireless Access Point + + +
+
+ title: +
+
+ + HP ProCurve 420 Wireless Access Point + + +
+
+ short_description: +
+
+ + Refurbished A FULL-FEATURED IEEE 802.11G SINGLE-RADIO ACCESS POINT IDEALLY + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/img_1449722_medium_1480997766_6498_5955.jpg + + +
+
+ date_released: +
+
+ + 2008-03-07T00:00:00Z + + +
+
+ supplier: +
+
+ + HP + + +
+
+ price: +
+
+ + 9495 + + +
+ +
-
- -
+
+ - -
- - Not applicable - - - - Not in - - Results - 2 - - - } - size="m" - type="questionInCircle" +
+ +
- - Not in - - Results - 2 - - - } - delay="regular" - position="top" + - + 5 + + +
+
+ +
+ +
- + Not applicable + + + + Not in + + Results + 2 + + + } size="m" - tabIndex={0} type="questionInCircle" > - + Not in + + Results + 2 + + } - tabIndex={0} + delay="regular" + position="top" > - - - - - - -
-
-
-
-
- -
-
- -
+ + + + + + + + +
+ + + + + +
-
- id: -
-
- - 2067378 - - -
-
- name: -
-
- - LC51C - - -
-
- title: -
-
- - Brother LC51C Original Cyan - - -
-
- short_description: -
-
- - LC51C - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/img_2067378_medium_1481020819_0464_12184.jpg - - -
-
- date_released: -
-
- - 2009-04-08T00:00:00Z - - -
-
- supplier: -
-
- - Brother - - -
-
- price: -
-
- - 1795 - - -
- - - -
- -
-
- -

+
- 7 -

-
+
+ id: +
+
+ + 1625640 + + +
+
+ name: +
+
+ + 2GB SD Card + + +
+
+ title: +
+
+ + Integral 2GB SD Card memory card + + +
+
+ short_description: +
+
+ + 2GB SD Card + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/img_1625640_medium_1480990774_7102_6217.jpg + + +
+
+ date_released: +
+
+ + 2008-06-23T00:00:00Z + + +
+
+ supplier: +
+
+ + Integral + + +
+
+ price: +
+
+ + 1195 + + +
+ +
-
- -
+
+ - -
- - Not applicable - - - - Not in - - Results - 2 - - - } - size="m" - type="questionInCircle" +
+ +
- - Not in - - Results - 2 - - - } - delay="regular" - position="top" + - + 6 + + +
+
+ +
+ +
- + Not applicable + + + + Not in + + Results + 2 + + + } size="m" - tabIndex={0} type="questionInCircle" > - + Not in + + Results + 2 + + } - tabIndex={0} + delay="regular" + position="top" > - - - - - - -
-
-
-
-
- -
-
- -
+ + + + + + + + +
+ + + + + +
-
- id: -
-
- - 636678 - - -
-
- name: -
-
- - Emergency Power Off (EPO) - - -
-
- title: -
-
- - APC Emergency Power Off (EPO) - - -
-
- short_description: -
-
- - Emergency Power Off (EPO) - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/img_636678_medium_1480944064_4778_26509.jpg - - -
-
- date_released: -
-
- - 2006-11-15T00:00:00Z - - -
-
- supplier: -
-
- - APC - - -
-
- price: -
-
- - 69195 - - -
-
- attr_t_product_colour: -
-
- - Black - - -
- - - -
- -
-
- -

+
- 8 -

-
+
+ id: +
+
+ + 2067378 + + +
+
+ name: +
+
+ + LC51C + + +
+
+ title: +
+
+ + Brother LC51C Original Cyan + + +
+
+ short_description: +
+
+ + LC51C + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/img_2067378_medium_1481020819_0464_12184.jpg + + +
+
+ date_released: +
+
+ + 2009-04-08T00:00:00Z + + +
+
+ supplier: +
+
+ + Brother + + +
+
+ price: +
+
+ + 1795 + + +
+ +
-
- -
+
+ - -
- - Not applicable - - - - Not in - - Results - 2 - - - } - size="m" - type="questionInCircle" +
+ +
- - Not in - - Results - 2 - - - } - delay="regular" - position="top" + - + 7 + + +
+
+ +
+ +
- + Not applicable + + + + Not in + + Results + 2 + + + } size="m" - tabIndex={0} type="questionInCircle" > - + Not in + + Results + 2 + + } - tabIndex={0} + delay="regular" + position="top" > - - - - - - -
-
-
-
-
- -
-
- -
+ + + + + + + + +
+ + + + + +
-
- id: -
-
- - 1570809 - - -
-
- name: -
-
- - IT Power Distribution Module 3 Pole 5 Wire 32A IEC309 620cm - - -
-
- title: -
-
- - APC IT Power Distribution Module 3 Pole 5 Wire 32A IEC309 620cm power distribution unit (PDU) - - -
-
- short_description: -
-
- - IT Power Distribution Module 3 Pole 5 Wire 32A IEC309 620cm - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/img_1570809_medium_1480983343_7059_6217.jpg - - -
-
- date_released: -
-
- - 2008-04-11T00:00:00Z - - -
-
- supplier: -
-
- - APC - - -
-
- price: -
-
+
- 53895 - +
+
+ id: +
+
+ + 636678 + + +
+
+ name: +
+
+ + Emergency Power Off (EPO) + + +
+
+ title: +
+
+ + APC Emergency Power Off (EPO) + + +
+
+ short_description: +
+
+ + Emergency Power Off (EPO) + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/img_636678_medium_1480944064_4778_26509.jpg + + +
+
+ date_released: +
+
+ + 2006-11-15T00:00:00Z + + +
+
+ supplier: +
+
+ + APC + + +
+
+ price: +
+
+ + 69195 + + +
+
+ attr_t_product_colour: +
+
+ + Black + + +
+
-
- - - -
- -
+
+ +
+ +
+ +

+ 8 +

+
+
+
+ +
+ +
+ + Not applicable + + + + Not in + + Results + 2 + + + } + size="m" + type="questionInCircle" + > + + Not in + + Results + 2 + + + } + delay="regular" + position="top" + > + + + + + + + + + +
+
+
+
+
+
+
- -

+
- 9 -

-
+
+ id: +
+
+ + 1570809 + + +
+
+ name: +
+
+ + IT Power Distribution Module 3 Pole 5 Wire 32A IEC309 620cm + + +
+
+ title: +
+
+ + APC IT Power Distribution Module 3 Pole 5 Wire 32A IEC309 620cm power distribution unit (PDU) + + +
+
+ short_description: +
+
+ + IT Power Distribution Module 3 Pole 5 Wire 32A IEC309 620cm + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/img_1570809_medium_1480983343_7059_6217.jpg + + +
+
+ date_released: +
+
+ + 2008-04-11T00:00:00Z + + +
+
+ supplier: +
+
+ + APC + + +
+
+ price: +
+
+ + 53895 + + +
+ +
- - -
+
+ - -
- - Not applicable - - - - Not in - - Results - 2 - - - } - size="m" - type="questionInCircle" +
+ +
- - Not in - - Results - 2 - - - } - delay="regular" - position="top" + - - + +
+
+ +
+ +
+ + Not applicable + + + + Not in + + Results + 2 + + + } size="m" - tabIndex={0} type="questionInCircle" > - + Not in + + Results + 2 + + } - tabIndex={0} + delay="regular" + position="top" > - - - - - - -
-
-
-
-
- -
-
- -
+ + + + + + + + +
+ + + + + +
-
- id: -
-
- - 148843 - - -
-
- name: -
-
- - Labels Premium A4 64.6x33.8 mm white paper matt 2400 pcs. - - -
-
- title: -
-
- - HERMA Labels Premium A4 64.6x33.8 mm white paper matt 2400 pcs. - - -
-
- short_description: -
-
- - Labels Premium A4 64.6x33.8 mm white paper matt 2400 pcs. - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/148843_2449.jpg - - -
-
- date_released: -
-
- - 2005-07-15T00:00:00Z - - -
-
- supplier: -
-
- - HERMA - - -
-
- price: -
-
- - 3795 - - -
-
- attr_t_product_colour: -
-
- - White - - -
- - - -
- -
-
- -

+
- 10 -

-
+
+ id: +
+
+ + 148843 + + +
+
+ name: +
+
+ + Labels Premium A4 64.6x33.8 mm white paper matt 2400 pcs. + + +
+
+ title: +
+
+ + HERMA Labels Premium A4 64.6x33.8 mm white paper matt 2400 pcs. + + +
+
+ short_description: +
+
+ + Labels Premium A4 64.6x33.8 mm white paper matt 2400 pcs. + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/148843_2449.jpg + + +
+
+ date_released: +
+
+ + 2005-07-15T00:00:00Z + + +
+
+ supplier: +
+
+ + HERMA + + +
+
+ price: +
+
+ + 3795 + + +
+
+ attr_t_product_colour: +
+
+ + White + + +
+ +
-
- -
+
+ - -
- - Not applicable - - - - Not in - - Results - 2 - - - } - size="m" - type="questionInCircle" +
+ +
- - Not in - - Results - 2 - - - } - delay="regular" - position="top" + - + 10 + + +
+
+ +
+ +
- + Not applicable + + + + Not in + + Results + 2 + + + } size="m" - tabIndex={0} type="questionInCircle" > - + Not in + + Results + 2 + + } - tabIndex={0} + delay="regular" + position="top" > - - - - - - -
-
-
-
-
- -
-
- -
+ + + + + + + + +
+ + + + + +
-
- id: -
-
- - 968447 - - -
-
- name: -
-
- - Cyan Toner Cartridge for C7100/C7300/C7500 Series 'Type C4' - - -
-
- title: -
-
- - OKI Cyan Toner Cartridge for C7100/C7300/C7500 Series 'Type C4' Original - - -
-
- short_description: -
-
- - Cyan Toner Cartridge for C7100/C7300/C7500 Series 'Type C4' - - -
-
- img_500x500: -
-
- - http://images.icecat.biz/img/gallery_mediums/img_968447_medium_1480985748_8727_5647.jpg - - -
-
- date_released: -
-
- - 2007-08-09T00:00:00Z - - -
-
- supplier: -
-
- - OKI - - -
-
- price: -
-
+
- 20395 - +
+
+ id: +
+
+ + 968447 + + +
+
+ name: +
+
+ + Cyan Toner Cartridge for C7100/C7300/C7500 Series 'Type C4' + + +
+
+ title: +
+
+ + OKI Cyan Toner Cartridge for C7100/C7300/C7500 Series 'Type C4' Original + + +
+
+ short_description: +
+
+ + Cyan Toner Cartridge for C7100/C7300/C7500 Series 'Type C4' + + +
+
+ img_500x500: +
+
+ + http://images.icecat.biz/img/gallery_mediums/img_968447_medium_1480985748_8727_5647.jpg + + +
+
+ date_released: +
+
+ + 2007-08-09T00:00:00Z + + +
+
+ supplier: +
+
+ + OKI + + +
+
+ price: +
+
+ + 20395 + + +
+
-
- - - -
-
-
-
+ + + + + + +
+
+ + + `; exports[`Result panel query error Displays error message on query error 1`] = ` - - + + + + - <_EuiSplitPanelInner - className="search-relevance-result-panel" - > - -
- -
- -
- -

- Result 1 -

-
-
-
- -
- -

- 10 - results -

-
-
-
-
-
- - -
-
-
-
- Query - Error + +
+ +

+ Result 1 +

+
+
+
+ +
+ +

+ 10 + results +

+
+
+
-
-
-
- -
- -
+ + - Error: parsing_exception - Unknown key for a VALUE_STRING in [this]. -
-
-
-
- -
- -
+ + - Status Code: - 400 -
-
+
+ +
+ Query + Error +
+
+
+ + +
+ +
+ Error: parsing_exception - Unknown key for a VALUE_STRING in [this]. +
+
+
+
+ +
+ +
+ Status Code: + 400 +
+
+
+
+
-
-
-
-
- -
-
+ + +
+
+ + + `; diff --git a/public/components/query_compare/search_result/result_components/__test__/result_component.test.tsx b/public/components/query_compare/search_result/result_components/__test__/result_component.test.tsx index 148c91a..e2441f6 100644 --- a/public/components/query_compare/search_result/result_components/__test__/result_component.test.tsx +++ b/public/components/query_compare/search_result/result_components/__test__/result_component.test.tsx @@ -11,19 +11,22 @@ import { ResultComponents } from '../result_components'; import { TEST_QUERY_RESPONSE } from '../../../../../../test/constants'; import { SearchRelevanceContextProvider } from '../../../../../contexts'; import { initialQueryErrorState } from '../../../../../../public/types/index'; +import { I18nProvider } from '@osd/i18n/react'; describe('Result component', () => { configure({ adapter: new Adapter() }); it('Renders result component', async () => { const wrapper = mount( - - - + + + + + ); wrapper.update(); diff --git a/public/components/query_compare/search_result/result_components/__test__/result_grid.test.tsx b/public/components/query_compare/search_result/result_components/__test__/result_grid.test.tsx index 86008af..4ba6baf 100644 --- a/public/components/query_compare/search_result/result_components/__test__/result_grid.test.tsx +++ b/public/components/query_compare/search_result/result_components/__test__/result_grid.test.tsx @@ -15,18 +15,21 @@ import { } from '../../../../../../test/constants'; import { SearchRelevanceContextProvider } from '../../../../../contexts'; import { ResultPanel } from '../result_panel'; +import { I18nProvider } from '@osd/i18n/react'; describe('Result grid component', () => { configure({ adapter: new Adapter() }); it('Renders result grid component', async () => { const wrapper = mount( - - - + + + + + ); wrapper.update(); @@ -41,13 +44,15 @@ describe('Result panel query error', () => { configure({ adapter: new Adapter() }); it('Displays error message on query error', async () => { const wrapper = mount( - - - + + + + + ); wrapper.update(); diff --git a/public/components/query_compare/search_result/search_components/__tests__/__snapshots__/search_bar.test.tsx.snap b/public/components/query_compare/search_result/search_components/__tests__/__snapshots__/search_bar.test.tsx.snap index 1554d71..1656f48 100644 --- a/public/components/query_compare/search_result/search_components/__tests__/__snapshots__/search_bar.test.tsx.snap +++ b/public/components/query_compare/search_result/search_components/__tests__/__snapshots__/search_bar.test.tsx.snap @@ -1,227 +1,316 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Search bar component Renders search bar component 1`] = ` - - + -
- - -
- + -
- + + +
-
-
- - - -
- - -
- -
+
+
- -
-
-
- -
- - + - - - -
-
-
-
- + + + + Search + + + + + + +
+ + + +
+ + + `; diff --git a/public/components/query_compare/search_result/search_components/__tests__/__snapshots__/search_config.test.tsx.snap b/public/components/query_compare/search_result/search_components/__tests__/__snapshots__/search_config.test.tsx.snap index 36d1e46..51be963 100644 --- a/public/components/query_compare/search_result/search_components/__tests__/__snapshots__/search_config.test.tsx.snap +++ b/public/components/query_compare/search_result/search_components/__tests__/__snapshots__/search_config.test.tsx.snap @@ -1,462 +1,551 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Flyout component Renders flyout component 1`] = ` - - + - -

+ + - Query - 1 -

-
- -
- - -
-
- - - -
-
- - + Query + 1 + + + +
+ + +
-
- - - - + Index + + +
+
+ +
- - + + + - - - + + + + +
+ +
- -
+ +
-
-
-
-
-
- - Enter a query in - - - OpenSearch Query DSL - - . Use %SearchText% to refer to the text in the search bar -

- } - isInvalid={false} - label="Query" - labelAppend={ - - - Help - - - } - labelType="label" - > -
-
- + + + Enter a query in + + + OpenSearch Query DSL + + . Use %SearchText% to refer to the text in the search bar +

+ } isInvalid={false} - type="label" - > - -
- - -
- - - -
-
-
-
- + } - showPrintMargin={false} - tabSize={2} - theme="textmate" - value="{}" - width="100%" + labelType="label" >
- - + + +
+ +
+
-
- -
- - -
-

- Enter a query in - - - OpenSearch Query DSL - - . Use %SearchText% to refer to the text in the search bar -

+
+ + +
+ +
+ + +
+

+ Enter a query in + + + OpenSearch Query DSL + + . Use %SearchText% to refer to the text in the search bar +

+
+
+
-
-
-
-
- - + + + + + + `; diff --git a/public/components/query_compare/search_result/search_components/__tests__/__snapshots__/search_configs.test.tsx.snap b/public/components/query_compare/search_result/search_components/__tests__/__snapshots__/search_configs.test.tsx.snap index 163ffbb..714ee21 100644 --- a/public/components/query_compare/search_result/search_components/__tests__/__snapshots__/search_configs.test.tsx.snap +++ b/public/components/query_compare/search_result/search_components/__tests__/__snapshots__/search_configs.test.tsx.snap @@ -1,981 +1,1070 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Flyout component Renders flyout component 1`] = ` - - + - -
- -
+ + + - -
- +
- -

- Query - 1 -

-
- -
- -
-
- - - -
-
- - + Query + 1 + + + +
+ + +
-
- - - - + Index + + +
+
+ +
- - + + + - - - + + + + +
+ +
- -
+ +
-
-
-
-
-
- - Enter a query in - - - OpenSearch Query DSL - - . Use %SearchText% to refer to the text in the search bar -

- } - isInvalid={false} - label="Query" - labelAppend={ - - - Help - - - } - labelType="label" - > -
-
- + + + Enter a query in + + + OpenSearch Query DSL + + . Use %SearchText% to refer to the text in the search bar +

+ } isInvalid={false} - type="label" - > - -
- - -
- - - -
-
-
-
- + } - showPrintMargin={false} - tabSize={2} - theme="textmate" - value="{}" - width="100%" + labelType="label" >
- - + + +
+ +
+
-
- -
- - -
-

- Enter a query in - - - OpenSearch Query DSL - - . Use %SearchText% to refer to the text in the search bar -

+
+ + +
+ +
+ + +
+

+ Enter a query in + + + OpenSearch Query DSL + + . Use %SearchText% to refer to the text in the search bar +

+
+
+
-
-
+ +
-
- -
- - -
- - -

- Query - 2 -

-
- -
- - +
-
- - - -
-
- - + Query + 2 + + + +
+ + +
-
- - - - + Index + + +
+
+ +
- - + + + - - - + + + + +
+ +
- -
+ +
-
-
-
-
-
- - Enter a query in - - - OpenSearch Query DSL - - . Use %SearchText% to refer to the text in the search bar -

- } - isInvalid={false} - label="Query" - labelAppend={ - - - Help - - - } - labelType="label" - > -
-
- + + + Enter a query in + + + OpenSearch Query DSL + + . Use %SearchText% to refer to the text in the search bar +

+ } isInvalid={false} - type="label" - > - -
- - -
- - - -
-
-
-
- + } - showPrintMargin={false} - tabSize={2} - theme="textmate" - value="{}" - width="100%" + labelType="label" >
- - + + +
+ +
+
-
- -
- - -
-

- Enter a query in - - - OpenSearch Query DSL - - . Use %SearchText% to refer to the text in the search bar -

+
+ + +
+ +
+ + +
+

+ Enter a query in + + + OpenSearch Query DSL + + . Use %SearchText% to refer to the text in the search bar +

+
+
+
-
-
+ +
-
- -
- -
- -
- - - + +
+ +
+ + + + + + `; diff --git a/public/components/query_compare/search_result/search_components/__tests__/search_bar.test.tsx b/public/components/query_compare/search_result/search_components/__tests__/search_bar.test.tsx index c75477d..4f8af1c 100644 --- a/public/components/query_compare/search_result/search_components/__tests__/search_bar.test.tsx +++ b/public/components/query_compare/search_result/search_components/__tests__/search_bar.test.tsx @@ -9,17 +9,20 @@ import React from 'react'; import { waitFor } from '@testing-library/react'; import { SearchInputBar } from '../search_bar'; import { TEST_SEARCH_TEXT } from '../../../../../../test/constants'; +import { I18nProvider } from '@osd/i18n/react'; describe('Search bar component', () => { configure({ adapter: new Adapter() }); it('Renders search bar component', async () => { const wrapper = mount( - {}} - onClickSearch={() => {}} - /> + + {}} + onClickSearch={() => {}} + /> + ); wrapper.update(); diff --git a/public/components/query_compare/search_result/search_components/__tests__/search_config.test.tsx b/public/components/query_compare/search_result/search_components/__tests__/search_config.test.tsx index 5b2bd79..033107f 100644 --- a/public/components/query_compare/search_result/search_components/__tests__/search_config.test.tsx +++ b/public/components/query_compare/search_result/search_components/__tests__/search_config.test.tsx @@ -11,6 +11,7 @@ import { SearchConfig } from '../search_configs/search_config'; import { SearchRelevanceContextProvider } from '../../../../../contexts'; import { TEST_QUERY_STRING } from '../../../../../../test/constants'; import { initialQueryErrorState } from '../../../../../../public/types/index'; +import { I18nProvider } from '@osd/i18n/react'; describe('Flyout component', () => { configure({ adapter: new Adapter() }); @@ -20,17 +21,19 @@ describe('Flyout component', () => { const setSelectedIndex = jest.fn(); const setQueryError = jest.fn(); const wrapper = mount( - - - + + + + + ); wrapper.update(); diff --git a/public/components/query_compare/search_result/search_components/__tests__/search_configs.test.tsx b/public/components/query_compare/search_result/search_components/__tests__/search_configs.test.tsx index 1efb59d..e4ed6ea 100644 --- a/public/components/query_compare/search_result/search_components/__tests__/search_configs.test.tsx +++ b/public/components/query_compare/search_result/search_components/__tests__/search_configs.test.tsx @@ -11,24 +11,27 @@ import { SearchConfigsPanel } from '../search_configs/search_configs'; import { SearchRelevanceContextProvider } from '../../../../../contexts'; import { TEST_QUERY_STRING } from '../../../../../../test/constants'; import { initialQueryErrorState } from '../../../../../../public/types/index'; +import { I18nProvider } from '@osd/i18n/react'; describe('Flyout component', () => { configure({ adapter: new Adapter() }); it('Renders flyout component', async () => { const wrapper = mount( - - {}} - setQueryString2={() => {}} - queryError1={initialQueryErrorState} - queryError2={initialQueryErrorState} - setQueryError1={() => {}} - setQueryError2={() => {}} - /> - + + + {}} + setQueryString2={() => {}} + queryError1={initialQueryErrorState} + queryError2={initialQueryErrorState} + setQueryError1={() => {}} + setQueryError2={() => {}} + /> + + ); wrapper.update();