Skip to content

Commit

Permalink
umbrella search: avoid parameter name conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
tuurma committed Dec 8, 2020
1 parent 95d846d commit 43265a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/config.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ declare variable $config:cross-search-facets :=
};
declare variable $config:cross-search-fields :=
map {
"language": "language-id",
"lang": "language-id",
"author":"author",
"title":"title"
};
Expand Down
4 changes: 2 additions & 2 deletions modules/custom-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
}
},
{
"name": "language",
"name": "lang",
"in": "query",
"description": "Language",
"schema": {
Expand All @@ -105,7 +105,7 @@
}
},
{
"name": "language-operator",
"name": "lang-operator",
"in": "query",
"description": "Logical conjunction for language queries",
"schema": {
Expand Down

0 comments on commit 43265a6

Please sign in to comment.