generated from langchain-ai/integration-repo-template
- Notifications
You must be signed in to change notification settings - Fork 250
Open
Description
Hey there,
I am facing the issue, that the ConfluenceLoader returns an empty List, if it is used with a cql Query on an archived space.
There is an option include_archived_content
which is forwarded as include_archived_spaces
and ultimatly sets the Query Parameter includeArchivedSpaces
as in this code, but the /api/content/search
API does not support such a parameter (see atlassian docs)
That parameter is supported at the /api/search
Endpoint, but that returns a slightly different set of response objects (see atlassian docs)
Is there an option to use the /api/search
Endpoint?
Or is there a workaround to use the current cql implementation on archived spaces?
Metadata
Metadata
Assignees
Labels
No labels