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)
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)