(index) Fix bug in dealing with quoted search terms

This commit is contained in:
Viktor Lofgren 2023-10-26 16:28:23 +02:00
parent 37b7f52f2c
commit 79adba9284

View File

@ -60,7 +60,7 @@ public class IndexResultValuator {
final long docId = UrlIdCodec.removeRank(id);
if (!termMetadataForDocuments.testCoherence(docId, searchTerms.coherences))
if (!termMetadataForDocuments.testCoherence(id, searchTerms.coherences))
return null;
long docMetadata = metadataService.getDocumentMetadata(docId);