mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 05:18:58 +00:00
(index) Fix bug in dealing with quoted search terms
This commit is contained in:
parent
37b7f52f2c
commit
79adba9284
@ -60,7 +60,7 @@ public class IndexResultValuator {
|
|||||||
|
|
||||||
final long docId = UrlIdCodec.removeRank(id);
|
final long docId = UrlIdCodec.removeRank(id);
|
||||||
|
|
||||||
if (!termMetadataForDocuments.testCoherence(docId, searchTerms.coherences))
|
if (!termMetadataForDocuments.testCoherence(id, searchTerms.coherences))
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
long docMetadata = metadataService.getDocumentMetadata(docId);
|
long docMetadata = metadataService.getDocumentMetadata(docId);
|
||||||
|
Loading…
Reference in New Issue
Block a user