Skip to content

Commit

Permalink
change folder path from SMD to SDE in the config folder get
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonDavis committed Nov 15, 2023
1 parent ecf119a commit 6fb8952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sde_collections/sinequa_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def query(self, page: int, collection_config_folder: str = "") -> Any:
}

if collection_config_folder:
payload["query"]["advanced"]["collection"] = f"/SMD/{collection_config_folder}/"
payload["query"]["advanced"]["collection"] = f"/SDE/{collection_config_folder}/"

response = self.process_response(url, payload)

Expand Down

0 comments on commit 6fb8952

Please sign in to comment.