This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| REQUEST | |
| [ | |
| { | |
| "Field": "mandatory", | |
| "Id": "mandatory (for facet sense)", | |
| "Title": " mandatory (for facet sense). Maybe only Title would do, and we could remove the ID", | |
| "Operator": "default to OR", | |
| "SortCriteria": "All valid sortCriteria", | |
| "NumberOfValues": "default to 5", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React, { Component } from 'react'; | |
| import './App.css'; | |
| import { SearchUI } from './SearchUIWrapper'; | |
| class App extends Component { | |
| getTemplateContent() { | |
| return ` | |
| <div class="coveo-result-frame"> | |
| <div class='coveo-result-row'> |