searchexecutor.js query() does not get indexName from options

Description

searchexecutor.js query() has index name hard-coded to 'test', does not get indexName from options. After the line 
queryObj.indexName = 'test';
add:
if (options.indexName !== undefined) {
queryObj.indexName = options.indexName;
}

Environment

None

Gerrit Reviews

None

Release Notes Description

None

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Story Points

Components

Fix versions

Priority

Instabug

Open Instabug

PagerDuty

Sentry

Zendesk Support

Created January 23, 2020 at 6:23 PM
Updated April 24, 2020 at 8:54 PM
Resolved February 10, 2020 at 9:48 PM
Instabug