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!
Hi @Dan Bunch ,
That is not available.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.