How to get the whole paragragh instead of snippet using BlueSpice API?

The BlueSpice API typically returns page titles, snippets of text, and other metadata related to the search query. It seems that it doesn’t directly support returning whole paragraphs in search results.
What we want is however the whole context of the search query. Is it possible to at least return the whole paragraph where the keyword is located using the API?
Thanks.

Hi!

You are probably referring to /w/api.php?action=bs-extendedsearch-query.

No, this API only offers the “snippets” provided by the underlying search engine (OpenSearch). There are no configurations settings that allow to customize this.