We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a826fb3 + 7c65aae commit dab8d4cCopy full SHA for dab8d4c
src/scripts/createIndex.js
@@ -106,7 +106,7 @@ async function createIndex () {
106
memberRate: { type: 'float' },
107
customerRate: { type: 'float' },
108
rateType: { type: 'keyword' },
109
- billingAccountId: { type: 'integer' },
+ billingAccountId: { type: 'integer', null_value: 0 },
110
workPeriods: {
111
type: 'nested',
112
properties: {
0 commit comments