Skip to content

Commit 9cebcf8

Browse files
committed
update the create-index script
1 parent d667bb9 commit 9cebcf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scripts/createIndex.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ async function createIndex () {
2323
numPositions: { type: 'integer' },
2424
resourceType: { type: 'keyword' },
2525
rateType: { type: 'keyword' },
26+
workload: { type: 'keyword' },
2627
skills: { type: 'keyword' },
2728
status: { type: 'keyword' },
2829
createdAt: { type: 'date' },

0 commit comments

Comments
 (0)