Changes for page Context Search
Last modified by bougault on 2023/02/20 16:29
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 });