EventRegistry/event-registry-node-js

IsDuplicateFilter: 'skipDuplicates' still returns duplicates

joelhulen opened this issue · 3 comments

When I submit a ComplexArticleQuery, passing in the isDuplicateFilter: 'skipDuplicates' argument, though most duplicates are removed, there still are a few when executing a query only containing today's date as the dateStart value, 'eng' for lang, and 'general/ERtop25' for the sourceGroupUri value.

Please refer to the attached file containing my search results. As an example you will find the 816045864 uri twice in the articles collection. If I conduct a keyword search for "Quatari" and "Gaza", only one result for the article is returned instead of the duplicate.

eventregistry-duplicates.txt

Thank you! I was just about to send you my code :)