Is your feature request related to a problem? Please describe.
Currently, users cannot download the search results as a Word document. Additionally, the specify_lines field value is shown as [object Object] instead of the actual value in the API request payload.
Describe the solution you'd like
Implement functionality to download search results as a Word document when clicking the "Download Output" button in http://localhost:3000/temp path. (It should work as it is currently working in 'http://localhost:3000/orca')
Fix the display of the specify_lines field to show the actual value instead of [object Object].
Is your feature request related to a problem? Please describe. Currently, users cannot download the search results as a Word document. Additionally, the specify_lines field value is shown as [object Object] instead of the actual value in the API request payload.
Describe the solution you'd like
Acceptance Criteria
Additional Context This issue should be the continuation of the issue https://github.com/oss-slu/esp/issues/62