User Story
As a reader using Hybrid Search, when my results relate to a biography, I want to see an example semantic-style query (e.g., “Who is Beyonce?"), so that I understand how to ask similar questions and explore topics by meaning.
Description
When Hybrid Search semantic results are primarily sourced from a biography article, display a lightweight, contextual prompt in the semantic results section that surfaces the query pattern:
Who is <Article Title>?
This prompt is intended to model natural-language and semantic-style queries, helping readers learn how to interact with Hybrid Search without auto-generating or rewriting their query.
Requirements
The Android app uses the action API action=query with the parameter cirrusSemanticSearch=true to retrieve semantic results. To determine whether the article is a biography of a living person, the apps team will need to have a variable in the action API response that indicates blp is true or false.