Skip to content

Commit

Permalink
Full path on ES url
Browse files Browse the repository at this point in the history
  • Loading branch information
mapcentia committed May 12, 2022
1 parent cc66a09 commit 4dc99ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions browser/modules/search/danish.js
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ module.exports = {
}

$.ajax({
url: MHOST + '/api/v2/elasticsearch/search/' + MDB + '/matrikel',
url: MHOST + '/api/v2/elasticsearch/search/' + MDB + '/matrikel/jordstykke_view',
data: JSON.stringify(dslM),
contentType: "application/json; charset=utf-8",
scriptCharset: "utf-8",
Expand Down Expand Up @@ -730,7 +730,7 @@ module.exports = {
}

$.ajax({
url: MHOST + '/api/v2/elasticsearch/search/' + MDB + '/matrikel',
url: MHOST + '/api/v2/elasticsearch/search/' + MDB + '/matrikel/jordstykke_view',
data: JSON.stringify(dslM),
contentType: "application/json; charset=utf-8",
scriptCharset: "utf-8",
Expand Down Expand Up @@ -796,7 +796,7 @@ module.exports = {
}

$.ajax({
url: MHOST + '/api/v2/elasticsearch/search/' + MDB + '/matrikel',
url: MHOST + '/api/v2/elasticsearch/search/' + MDB + '/matrikel/jordstykke_view',
data: JSON.stringify(dslM),
contentType: "application/json; charset=utf-8",
scriptCharset: "utf-8",
Expand Down

0 comments on commit 4dc99ec

Please sign in to comment.