|
@@ -59,6 +59,7 @@ class SearchService {
|
|
|
pageEvent.on('create', this.delegator.syncPageUpdated.bind(this.delegator));
|
|
pageEvent.on('create', this.delegator.syncPageUpdated.bind(this.delegator));
|
|
|
pageEvent.on('update', this.delegator.syncPageUpdated.bind(this.delegator));
|
|
pageEvent.on('update', this.delegator.syncPageUpdated.bind(this.delegator));
|
|
|
pageEvent.on('delete', this.delegator.syncPageDeleted.bind(this.delegator));
|
|
pageEvent.on('delete', this.delegator.syncPageDeleted.bind(this.delegator));
|
|
|
|
|
+ pageEvent.on('createMany', this.delegator.syncDescendantsPagesUpdated.bind(this.delegator));
|
|
|
|
|
|
|
|
const bookmarkEvent = this.crowi.event('bookmark');
|
|
const bookmarkEvent = this.crowi.event('bookmark');
|
|
|
bookmarkEvent.on('create', this.delegator.syncBookmarkChanged.bind(this.delegator));
|
|
bookmarkEvent.on('create', this.delegator.syncBookmarkChanged.bind(this.delegator));
|