Hello all,
I'm working with Confluence REST API for the first time, and I'm trying to get my Python script to sort Pages within my space key by relevance. It works great for ordering by last modified desc, but I need the relevance search. Is that available?
params = {
'cql': f"text ~ \"{query}*\"",
'expand': "body.storage",
'limit': 3
'orderby': "lastModified desc"
}
I'm doing this using Zapier (Code by Zapier Python block). The query is the summary of the ticket submitted from earlier in the flow.
Thank you!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.