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
-
... ... @@ -52,6 +52,11 @@ 52 52 }) 53 53 }); 54 54 55 + function filteredRequest() { 56 + for(filter in filters) { 57 + console.log(filter); 58 + } 59 + } 55 55 // https://wiki-dev.ebrains.eu/rest/v1/collabs?search=&offset=0&orderField=title&order=asc&favorite=false&roles=administrator 56 56 const contextSearchType = document.getElementById("context-search-type"); 57 57 const contextSearchText = document.getElementById("context-search-text");