Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions custom_modules/mongoosastic/test/forceIndexRefresh.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('forceIndexRefresh connection option', function () {
done()
})

it('should always suceed: refresh the index immediately on insert', function (done) {
it('should always succeed: refresh the index immediately on insert', function (done) {
DummySchema.plugin(mongoosastic, {
esClient: esClient,
index: indexName,
Expand All @@ -73,7 +73,7 @@ describe('forceIndexRefresh connection option', function () {
doInsertOperation(Dummy2, d, indexName, done)
})

it('should always suceed: refresh the index immediately on update', function (done) {
it('should always succeed: refresh the index immediately on update', function (done) {
DummySchema.plugin(mongoosastic, {
esClient: esClient,
index: indexName,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"agenda": "^1.0.3",
"agendash": "^0.4.0",
"ajax-request": "^1.2.1",
"bcrypt": "^2.0.0",
"bcrypt": "^5.0.0",
"bluebird": "^3.5.2",
"cached-request": "^1.1.4",
"connect-mongo": "^2.0.1",
Expand All @@ -37,7 +37,7 @@
"memwatch-next": "^0.3.0",
"mongodb": "^3.1.8",
"mongoosastic": "^4.3.0",
"mongoose": "^4.7.2",
"mongoose": "^5.10.0",
"morgan": "^1.9.0",
"natural": "^0.5.0",
"node-unzip-2": "^0.2.7",
Expand Down
2 changes: 1 addition & 1 deletion scripts/converter/converter.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ function convertMonograph(){
// type is 'Monograph' for each of them
// but there are some problems:
// 1)for two resources, there is a containerTitle filled with the same title and subtitle --> wie can ignore this
// 2)one resource is definetly a journal article and the type is just wrong
// 2)one resource is definitely a journal article and the type is just wrong
// 3)one is rather a report maybe
// 4)for two of them I really don't know... one seems a bit like a thesis maybe?
// partOf does not cause any trouble here
Expand Down