Skip to content

Commit

Permalink
Index on uri
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Jan 5, 2024
1 parent 43719eb commit b93ebe9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"schemaTransforms": {
"network.xyo.api.call.result": [
{
"destinationField": "url",
"destinationField": "uri",
"sourcePathExpression": "$.call"
}
],
Expand All @@ -102,8 +102,8 @@
"schemaTransforms": {
"network.xyo.diviner.payload.query": [
{
"destinationField": "url",
"sourcePathExpression": "$.url"
"destinationField": "uri",
"sourcePathExpression": "$.uri"
},
{
"defaultValue": 1,
Expand Down

0 comments on commit b93ebe9

Please sign in to comment.