Changes for page Context Search Axel
Last modified by messines on 2022/10/14 11:41
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -31,7 +31,8 @@ 31 31 console.log('handle search for current collab'); 32 32 break 33 33 default: 34 - fetchGlobalSearch(term).then(results => contextSearchResponse.innerText = results); 34 + const results = fetchGlobalSearch(term); 35 + contextSearchResponse.innerText = results; 35 35 } 36 36 37 37 });