Skip to content

Commit

Permalink
Track experiment id (#59856)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a authored and mjbvz committed Oct 2, 2018
1 parent 2d676e6 commit 85d970a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ export class ExtensionsListView extends ViewletPanel {
for (let i = 0; i < this.searchExperiments.length; i++) {
if (text.toLowerCase() === this.searchExperiments[i].action.properties['searchText'] && Array.isArray(this.searchExperiments[i].action.properties['preferredResults'])) {
preferredResults = this.searchExperiments[i].action.properties['preferredResults'];
options.source += `-experiment-${this.searchExperiments[i].id}`;
break;
}
}
Expand Down

0 comments on commit 85d970a

Please sign in to comment.