We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0f16c commit ccc6e12Copy full SHA for ccc6e12
backend/btrixcloud/crawlconfigs.py
@@ -870,7 +870,7 @@ async def get_crawl_configs(
870
aggregate.extend([{"$match": {"firstSeed": first_seed}}])
871
872
if dedupe_coll_id:
873
- aggregate.extend([{"$match": {"dedupeCollId": first_seed}}])
+ aggregate.extend([{"$match": {"dedupeCollId": dedupe_coll_id}}])
874
875
if sort_by:
876
if sort_by not in ALLOWED_SORT_KEYS:
0 commit comments