> For the complete documentation index, see [llms.txt](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2ihealthcare.com/snow-owl-authoring-platform/browsing-and-searching/searching/advanced-search/search-view.md).

# Search View

The results of the Advanced Search are listed in the Search View.

<figure><img src="/files/f7la30UndsvjJrIfxbYb" alt=""><figcaption><p>Search View Results</p></figcaption></figure>

Double-clicking on a concept displayed within the search results opens it in the Concept Editor.

Right-clicking on a concept in the result list the Context Menu reveals the following actions.

* ![](/files/-MWxxmb9HjAbfgZrXmos) *Add concept to the active Reference Set*: This action is only enabled when there is an active Reference Set Editor open. Selecting it adds the concept to the Reference Set as a member. If the Reference Set member has other attributes to specify (e.g. map target at a Simple Map type Reference Set) this action opens a wizard where the selected concept is already inserted as a referenced component. Concepts can be dragged from the Search View and dropped into the Reference Set Editors as well.
* ![](/files/-MWxxmbBfT1e9lR_cAZ4) *Add all results to the active Reference Set*: All the results in the Search View will be added to the active Reference Set.
* ![](/files/-MWxxmbCLbba7KRRrBZL) *Add bookmark(s)*
* ![](/files/KhE2MaBWkWoNU4ydMOFx) *Copy (ID and Preferred Term)*

<figure><img src="/files/dRnlDyHqegkkbPhf4JHw" alt=""><figcaption><p>Search View context menu</p></figcaption></figure>

{% hint style="info" %}
You can select multiple rows in the Search View table and apply the same actions.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.b2ihealthcare.com/snow-owl-authoring-platform/browsing-and-searching/searching/advanced-search/search-view.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
