Skip to main content
Soria provides two search tools: search for querying content, and search_manage for administrative operations on the index.
Search across dashboards, news stories, or both. The tool handles exact phrase matches, conceptual queries, and entity matching — for example, searching "United Healthcare" can surface the MA enrollment dashboard even if that exact phrase doesn’t appear in its title.

Parameters

string
required
The search query. Supports exact phrases (e.g., "MA Market Share"), conceptual queries (e.g., "health insurance enrollment"), and entity names (e.g., "United Healthcare").
string
Limit results to one content type. Accepted values: "dashboards" or "news". Omit to search both.
string
Filter dashboard results to a specific tag slug (e.g., "medicare-advantage"). Has no effect on news results.
number
default:"20"
Maximum number of results per scope.
string
Scope dashboard search to a specific workspace. Has no effect on news results.

Dashboard results

Each dashboard result includes:
  • title — page display name
  • score — relevance score (higher is more relevant)
  • path — URL path in Soria
  • tags — tag slugs attached to the page
  • match_context — one or more snippets explaining why the result matched, including the match type, document type, column name (if applicable), and a text excerpt

News results

Each news result includes:
  • label — event label or headline
  • event_type — category of the news event
  • event_date — date of the event
  • summary — brief summary of the story
  • source_count — number of source articles contributing to this event

Examples