We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb6877 commit 2a639a2Copy full SHA for 2a639a2
spring-docs-ui/src/main/resources/static/js/documents.js
@@ -27,7 +27,7 @@ springDocs.
27
this.searchContent = function searchContent(keyword) {
28
return this.unwrap(Info.get().$promise
29
.then(function(info) {
30
- return info.url + "documents/searchContent/findKeyword?keyword=" + keyword;
+ return info.url + "documents/searchContent?queryString=" + keyword;
31
})
32
.then(function(url) {
33
return $http({
0 commit comments