How to reproduce :
1 - Perform a SOLR search.
For instance on Article content type.
2- Click on button to export results to Word format.
3- On opened frame, completion is not available (click on Ctrl-space).
Following JS error is present :
solr-ametys-columns-hint.js:246 Uncaught TypeError: Cannot read properties of undefined (reading 'length')
at getCompletions (solr-ametys-columns-hint.js:246:40)
at scriptHint (solr-ametys-columns-hint.js:76:23)
at solrColHint (solr-ametys-columns-hint.js:82:16)
at fetchHints (show-hint.js:407:20)
at run (show-hint.js:420:11)
at resolved (show-hint.js:425:9)
at fetchHints (show-hint.js:405:7)
at Completion.update (show-hint.js:127:7)
at CodeMirror.showHint (show-hint.js:46:16)
at CodeMirror.showHint (show-hint.js:20:30)