sphinx-contrib / confluencebuilder

Confluence Markup Builder Plugin for Sphinx
BSD 2-Clause "Simplified" License
317 stars 99 forks source link

#975 - Replace /content? endpoint by /content/scan? #976

Closed johannesloibl closed 5 months ago

johannesloibl commented 5 months ago

Background: /content GET endpoint was blocked by our IT because it was causing a bug. Workaround: Use the /content/scan endpoint for searching pages. Since /scan does not support filtering for a page title, all pages have to be searched with pagination (sub-optimal, but our only option). See https://jira.atlassian.com/browse/CONFSERVER-57639

See issue #975

jdknight commented 5 months ago

Closing since the main issue has been superseded by a change in https://github.com/sphinx-contrib/confluencebuilder/pull/981.