Is there a way in the Confluebce search API to get back only the snippets of text from the document that matched the query? i.e. instead of the entire body (all the document) to get shorter text based on the match with the query terms?
Hi Shai,
While using the Confluence REST API seems to be more of a developer matter I'd like to point you to the new Developer Community that Atlassian recently launched.
To not leave you empty handed I think you can use the excerpt property of the response of your search query. This will give you an excerpt and mark the search term(s).
For example when I do a search with text~'collaboration' the API will return an excerpt like this:
"excerpt": "Interview Info Company Berlingske Media Department Consumer Sales Products SalesForce (heeft veel @@@hl@@@collaboration@@@endhl@@@ mogelijkheden) Google Drive Gmail Google … Voordien in email marketing en hotel manager Veel @@@hl@@@collaboration@@@endhl@@@/partnering met Ad Sales Problems Observed Problems Observed Below is a list of the problems we",
As you can see the word collaboration is marked with @@@hl@@@ and @@@endhl@@@.
You can choose the excerpt strategy using the excerpt request param as documented in the Confluence REST API Docs.
Best,
Maarten
Thanks! Appreciate the tip.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.