fix(core): update
This commit is contained in:
parent
0fb86bc21b
commit
cddd1163ec
@ -28,6 +28,7 @@ tap.test('should sort objects', async () => {
|
|||||||
|
|
||||||
const result = await testArticleSearch.search('USA');
|
const result = await testArticleSearch.search('USA');
|
||||||
console.log(result);
|
console.log(result);
|
||||||
|
console.log(result[0].matches)
|
||||||
});
|
});
|
||||||
|
|
||||||
tap.start();
|
tap.start();
|
||||||
|
@ -54,6 +54,7 @@ export class ArticleSearch {
|
|||||||
weight: 1,
|
weight: 1,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
includeMatches: true
|
||||||
});
|
});
|
||||||
this.readyDeferred.resolve();
|
this.readyDeferred.resolve();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user