"LeeCheongWonDigitalArchive"의 두 판 사이의 차이

North Korea Humanities

52번째 줄: 52번째 줄:
 
     var profile = "advanced";
 
     var profile = "advanced";
 
     var fulltext = "1";
 
     var fulltext = "1";
    var additionalKeywords = ["이청원", "디지털", "아카이브"]; // 추가 검색어 배열
 
    additionalKeywords.push(searchInput); // 사용자 입력 추가
 
 
    var advancedSearch = '{"options":{"plain":["' + additionalKeywords.join('","') + '"]},"namespaces":["0"]}';
 
  
 
     // 최종 URL 생성
 
     // 최종 URL 생성
     var finalURL = baseURL + '?search=' + encodeURIComponent(additionalKeywords.join(' ')) +  
+
     var finalURL = baseURL + '?search=' + encodeURIComponent(searchInput) +  
 
                   '&title=' + encodeURIComponent(title) +  
 
                   '&title=' + encodeURIComponent(title) +  
 
                   '&profile=' + encodeURIComponent(profile) +  
 
                   '&profile=' + encodeURIComponent(profile) +  
 
                   '&fulltext=' + fulltext +  
 
                   '&fulltext=' + fulltext +  
                   '&advancedSearch-current=' + encodeURIComponent(advancedSearch) +
+
                   '&advancedSearch-current=%7B%22namespaces%22%3A%5B%220%22%5D%7D' +
 
                   '&ns0=1'; // ns0=1 추가
 
                   '&ns0=1'; // ns0=1 추가
  
69번째 줄: 65번째 줄:
 
};
 
};
 
</script>
 
</script>
 +
 
</html>
 
</html>
  
  
 
[[분류:김지선]]
 
[[분류:김지선]]

2024년 10월 24일 (목) 19:38 판