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