Skip to content

Commit 805e183

Browse files
committed
update sweepers key ops:Provenance/ops:ancestor_refs -> ops:Registry_Sweepers/ops:ancestor_refs
1 parent 3cd3753 commit 805e183

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

service/src/main/java/gov/nasa/pds/api/registry/controllers/ProductsController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
// corresponding controllers
5454
public class ProductsController implements ProductsApi, ClassesApi, PropertiesApi {
5555

56-
private static final String OPS_PROVENANCE_OPS_ANCESTOR_REFS = "ops:Provenance/ops:ancestor_refs";
56+
private static final String OPS_PROVENANCE_OPS_ANCESTOR_REFS = "ops:Registry_Sweepers/ops:ancestor_refs";
5757

5858
@Override
5959
// TODO: Remove this when the common controller code is refactored out - it is only necessary

service/src/main/java/gov/nasa/pds/api/registry/search/RegistrySearchRequestBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public RegistrySearchRequestBuilder matchProductClass(PdsProductClasses productC
235235
}
236236

237237
public RegistrySearchRequestBuilder matchMembers(PdsLidVid identifier) {
238-
return this.matchField("ops:Provenance/ops:ancestor_refs", identifier);
238+
return this.matchField("ops:Registry_Sweepers/ops:ancestor_refs", identifier);
239239
}
240240

241241
public RegistrySearchRequestBuilder paginate(Integer pageSize, List<String> sortFieldNames,

0 commit comments

Comments
 (0)