> 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/local-code-systems/searching.md).

# Searching

## Filter search

Searching for Local Codes works similar to searching within other terminologies.

![Local Code Systems View filter search](https://snowowl.atlassian.net/wiki/download/attachments/611027526/05.png?version=1\&modificationDate=1581084291572\&cacheVersion=1\&api=v2)

## Quick search

Search results for Local Codes appear in a separate section within the **Quick Search Widget**. Local Codes are indicated by the ![](https://snowowl.atlassian.net/wiki/download/thumbnails/611027526/worddav785cb11df175439f0e9ea224e4779360.png?version=1\&modificationDate=1578324884582\&cacheVersion=1\&api=v2\&width=16) icon.

![Quick search for Local Codes](https://snowowl.atlassian.net/wiki/download/thumbnails/611027526/worddav5c490a7b069a241c54d3e9e29e5e19f4.png?version=1\&modificationDate=1578324885413\&cacheVersion=1\&api=v2\&width=537)

## Advanced Search

The **Advanced search dialog** has a tab dedicated to Local Code Systems.

Advanced search can be filtered according to the following properties.

* **Code** and **Term**
* **Status** (Active or Inactive)
* **Alternative Term**

Users can also select the Local Code System to search within. If the selected Local Code System has additional properties, clicking on the **`Add Property`** button will list all the available additional properties of that Local Code System. From there additional properties can be selected as search criteria, which then can be populated with values to look for.

{% hint style="info" %}
Empty values are ignored.
{% endhint %}

<figure><img src="/files/q9z7eIUVxWy6hNAWOWnk" alt=""><figcaption><p>Advanced serch for Local Code System</p></figcaption></figure>

Search results matching the criteria are displayed in the **Search View**.

![Search results for Local Code search](https://snowowl.atlassian.net/wiki/download/thumbnails/611027526/worddav4d5b2c0cbcb3b486190529ac679c66b5.png?version=1\&modificationDate=1578324887087\&cacheVersion=1\&api=v2\&width=583)


---

# 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/local-code-systems/searching.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.
