|
|
@@ -644,7 +644,6 @@ class ElasticsearchDelegator {
|
|
|
if (!isInitialized(query.body.query.bool.must_not)) {
|
|
|
query.body.query.bool.must_not = [];
|
|
|
}
|
|
|
-
|
|
|
return query;
|
|
|
}
|
|
|
|
|
|
@@ -986,10 +985,6 @@ class ElasticsearchDelegator {
|
|
|
};
|
|
|
}
|
|
|
|
|
|
- // async syncPageSeen() {
|
|
|
-
|
|
|
- // }
|
|
|
-
|
|
|
async syncPageUpdated(page, user) {
|
|
|
logger.debug('SearchClient.syncPageUpdated', page.path);
|
|
|
|