Just wondering, would it be possible to extract my search results to CSV? Maybe placing a button on the html body to extract the info. Thank you.
My search results are defined as below.
const resultTemplate = `<div class="col-xs-12 col-sm-9 col-md-9"><h4>{{request_type}}</h4><div class="resultDescription">{{{user_name}}}</div></div>`;