We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cac295b + 5b0985d commit cfbdc0bCopy full SHA for cfbdc0b
src/scripts/createIndex.js
@@ -20,6 +20,7 @@ async function createIndex () {
20
description: { type: 'text' },
21
title: { type: 'text' },
22
startDate: { type: 'date' },
23
+ duration: { type: 'integer' },
24
numPositions: { type: 'integer' },
25
resourceType: { type: 'keyword' },
26
rateType: { type: 'keyword' },
0 commit comments