...
If you want to modify the actual result item template (the one used to render each result item), you need to modify the html code inside the <script id=”custom-result-item”> element. It is important to note that the overall widget needs to be wrapped in a div element with the class “vue-app-wrapper-ae“ and to have the data attributes present as in the snippet above, otherwise functionality might not work as expected. Currently, the connector locates those divs in a page when initializing the Vue.js components.
Info |
---|
You can use the “getField” call as on row 40 of the snippet above to get fields values that were returned for each document from Hawksearch. |
Additional resources
Info |
---|
If you’d like to use some additional components, please refer to the following pages:
|