Merge pull request #7778 from eugene7646/indexed_tab_fix_NTL_8504

Bug fix that resulted in Indexed Tab being disabled (8504)
This commit is contained in:
eugene7646 2023-05-26 10:44:06 -04:00 committed by GitHub
commit bc08bd02e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -264,6 +264,7 @@ class Ingester {
} }
} else { } else {
indexChunk(chunk, sourceID, sourceName, language, contentFields, chunker.hasNext()); indexChunk(chunk, sourceID, sourceName, language, contentFields, chunker.hasNext());
fileIndexed = true;
} }
} }