Skip to content

Commit adb1039

Browse files
#179 - Read off new index
1 parent fa4eaaa commit adb1039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/helper.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ function prepESFilter (query, actResource) {
178178
}
179179

180180
const searchCriteria = {
181-
index: config.get('esConfig.ES_INDEX'),
181+
index: config.get('esConfig.ES_INDEX_V2'),
182182
type: config.get('esConfig.ES_TYPE'),
183183
size: pageSize,
184184
from: (page - 1) * pageSize, // Es Index starts from 0

0 commit comments

Comments
 (0)