# Search & filter

## Data Catalog

The Data Midsouth catalog is **searchable** and **filterable**. Whether you know exactly what you're looking for or are exploring a topic area, there are a few ways to **narrow down** results quickly.

<div data-with-frame="true"><figure><img src="/files/WZUJbEB12PUsciQcJvIY" alt=""><figcaption></figcaption></figure></div>

All **data assets** are **represented** in the center of the page **as cards in a catalog**.&#x20;

Assets are **sorted alphabetically by title by default**. Use the "Sort by" dropdown, located just below the catalog search bar, to change sorting behavior.&#x20;

#### Use the **search bar** or **filter pane** to narrow results before you start browsing.&#x20;

#### **Search bar**

Searches across all asset **titles, descriptions, keywords,** and metadata.&#x20;

<div data-with-frame="true"><figure><img src="/files/w57YU9NgxoGL3E09ZHhh" alt=""><figcaption></figcaption></figure></div>

{% hint style="warning" %}
If a search comes up empty, try a broader or different keyword. Data assets are named by source, not always by the way you describe a topic. For example, 'eviction' will return more results than 'housing court.'
{% endhint %}

#### **Filter pane**

The **filter pane** on the left side of the catalog allows you to **narrow down results.**

<div data-with-frame="true"><figure><img src="/files/4bvhC6PEf3mJck6hdLKV" alt=""><figcaption></figcaption></figure></div>

#### Browsing by category

<div data-with-frame="true"><figure><img src="/files/GKWWIWUVOaErAhYXt0L7" alt=""><figcaption></figcaption></figure></div>

{% stepper %}
{% step %}

### Select a category

Click one of the category buttons at the top of the catalog page: Visualizations, Data, Mega Data, or Reports.
{% endstep %}

{% step %}

### Review results

The catalog will **update** to show assets of **that type only**. Each **asset card** has an **icon** in the top left showing what kind of category it is.
{% endstep %}

{% step %}

### Return to full catalog

Select "Clear filters"

<div data-with-frame="true"><figure><img src="/files/WHCRB7rPOKbEDl7IEVnr" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

***

#### **Available filters**

* **Category** - the type of data asset  ([Data asset types](/data-midsouth-portal/features/data-asset-types.md) )
* **Theme** - The broad topic area the asset covers — such as Housing, Health, Education, Economic Development, or Public Safety.
  * *A good starting point if you're exploring a subject rather than searching for something specific.*
* **Creator** - The organization that produced or published the data. This could be a local agency (like the Shelby County General Sessions Court), a national source (like the U.S. Census Bureau), or the Data Midsouth team at Innovate Memphis.
* **Access Type** - Whether the asset is hosted directly on the DMS portal or on an external website
* **Geographic level** - The geographic unit the data is organized by — for example, parcel, address, census tract, zip code, city council district, or county.&#x20;
  * *Use this filter when you need data at a specific level of geography for mapping or analysis.*
* **Years Available** - The time range the dataset covers.&#x20;
  * *Useful when you need data from a specific period — for example, eviction filings from 2020 onward, or census estimates from a particular survey year.*
* **Update Frequency** - How often the data is refreshed — monthly, annually, or as a static one-time snapshot.&#x20;
  * *Check this before using data in time-sensitive work.*
* **Data Export Format** - The file formats available for download, such as CSV, XLSX, GeoJSON, Shapefile, or JSON.&#x20;
  * *Filter by format if your tools require a specific file type. Visit* [Downloads & formats](/data-midsouth-portal/features/downloads-and-formats.md) *for more information.*
* **Keywords** - Tags assigned to assets that describe their content in more detail than the Theme or Category alone.&#x20;
* **Showcase** - Flags assets that the Data Midsouth team has highlighted as particularly useful, well-documented, or relevant to current community priorities.&#x20;
  * *A good place to start if you're new to the portal and not sure what to explore first.*
* **Modification Date** - The date the asset was last updated in the portal.&#x20;
  * *Use this to find recently added or refreshed assets, or to confirm that a dataset you've used before has been updated since you last downloaded it.*

Whenever you apply a filter, it will also **update the counts** for all other filters in the lefthand pane that meet the selected criteria.

***

## Filtering & Analyzing Datasets

Similar to the DMS Catalog page, the "Explore Data" feature includes a **Filter Pane** and **Search bar** on the left.&#x20;

<div data-with-frame="true"><figure><img src="/files/f6An8EemZF4TBoJhI0vg" alt=""><figcaption></figcaption></figure></div>

To **download** a filtered dataset, visit [Downloads & formats](/data-midsouth-portal/features/downloads-and-formats.md).&#x20;

To **share** a filtered dataset, copy & paste, and then **send the the link** from your browser. The table will load with your custom filter choices applied. For more details, see [Saving & sharing](/data-midsouth-portal/features/saving-and-sharing.md).

{% hint style="danger" %}
If the data you want doesn't exist in the catalog, submit a request at [feedback.datamidsouth.org](https://feedback.datamidsouth.org/). Our team reviews all requests and prioritizes our work based on community need.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://help.datamidsouth.org/data-midsouth-portal/features/search-and-filter.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
