mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-08-01 16:41:48 +00:00
Upgraded to the newest version of react-intl
This commit is contained in:
@@ -65,7 +65,7 @@ class LunrSearchIndex implements SearchIndex {
|
||||
|
||||
initialize() {
|
||||
const self = this;
|
||||
this.index = lunr(function() {
|
||||
this.index = lunr(function () {
|
||||
this.use((lunr as any).multiLanguage('de', 'en', 'fr', 'it', 'ru'));
|
||||
this.ref('id');
|
||||
this.field('id');
|
||||
|
||||
Reference in New Issue
Block a user