Skip to content

Commit

Permalink
[MODORDERS-944] - Added index for donorOrganizationIds
Browse files Browse the repository at this point in the history
  • Loading branch information
azizbekxm committed Oct 23, 2023
1 parent c8721c2 commit 020a462
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/main/resources/templates/db_scripts/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@
"fieldName": "assignedTo",
"caseSensitive": false
},
{
"fieldName": "donorOrganizationIds",
"caseSensitive": false
},
{
"fieldName": "metadata.createdDate",
"caseSensitive": false
Expand Down Expand Up @@ -190,6 +194,13 @@
"caseSensitive": false
}
],
"ginIndex": [
{
"fieldName": "donorOrganizationIds",
"caseSensitive": false,
"removeAccents": true
}
],
"fullTextIndex": [
{
"fieldName": "closeReason.reason"
Expand All @@ -199,6 +210,9 @@
},
{
"fieldName": "acqUnitIds"
},
{
"fieldName": "donorOrganizationIds"
}
]
},
Expand Down Expand Up @@ -243,6 +257,10 @@
"fieldName": "details.subscriptionTo",
"caseSensitive": false
},
{
"fieldName": "donorOrganizationIds",
"caseSensitive": false
},
{
"fieldName": "location.locationId",
"caseSensitive": false
Expand Down Expand Up @@ -388,6 +406,11 @@
"caseSensitive": false,
"removeAccents": true
},
{
"fieldName": "donorOrganizationIds",
"caseSensitive": false,
"removeAccents": true
},
{
"fieldName": "selector",
"caseSensitive": false,
Expand Down

0 comments on commit 020a462

Please sign in to comment.