> For the complete documentation index, see [llms.txt](https://docs.simkl.org/how-to-use-simkl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simkl.org/how-to-use-simkl/core-features/search-and-discovery/using-search/mixed-searching-on-simkl.md).

# Mixed Searching on SIMKL?

The **SIMKL Search Engine** ([*SIMKL Search*](https://simkl.com/search/)) is designed to help users find movies, TV shows, and anime with **accurate and relevant** results. However, SIMKL does **not offer mixed searching**, meaning users cannot search across movies, TV shows, and anime in one search result.

Instead, searches are categorized separately, ensuring that results remain **optimized and relevant** to each content type.

<figure><img src="/files/rrJSE9A1t9wdl9Lzcjgv" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/ihRd1XHol0uMwIS2WWMO" %}
[Using Search](/how-to-use-simkl/core-features/search-and-discovery/using-search.md)
{% endcontent-ref %}

{% hint style="info" %}

#### **Does SIMKL Search Have Mixed Searching Features?**

**No, SIMKL does not support mixed searching.**\
Each category (Movies, TV Shows, Anime) is searched **separately** to improve result accuracy and filtering.
{% endhint %}

***

## **Why Doesn't SIMKL Offer Mixed Searching?**

{% content-ref url="/pages/uJ7TTajc6ZoA3odNGCs5" %}
[FAQ on Mixed List](/how-to-use-simkl/core-features/watchlists-and-custom-lists/custom-lists/custom-list-types/faq-on-mixed-list.md)
{% endcontent-ref %}

### **1. Accuracy Issues in Mixed Search Results**

<figure><img src="/files/PtJPxEVgvUi75z09O9fn" alt=""><figcaption></figcaption></figure>

* When mixing search results, **partial keywords** often pull up **irrelevant results** across categories.
* To ensure **users find what they are actually looking for**, SIMKL separates **Movies, TV Shows, and Anime** in search results.

### **2. Ranking & Search Optimization Challenges**

<figure><img src="/files/i9FOdf1VdEhqY4xe5w1x" alt=""><figcaption></figcaption></figure>

* Search rankings on SIMKL work by tracking **user interactions**, such as clicks and searches.
* **For a title to appear in the top results,** it must be ranked within the **first 50 results** for a keyword.
* If a title does not appear in the first 50 results **and no one clicks on it, it won’t move up in rank**—which makes mixed searching unreliable.

***

## **What is the Alternative?**

**Use SIMKL’s Search Filters:** Instead of mixed searching, use category-specific searches:

* **Movies Search:** <https://simkl.com/search/?type=movies>
* **TV Show Search:** <https://simkl.com/search/?type=tv>
* **Anime Search:** <https://simkl.com/search/?type=anime>

**Utilize Custom Lists & Collections:**

* You can **create separate lists** for movies, TV shows, and anime, then **group them together** using **List Collections**.
* 📖 **Guide to Custom List Collections:** <https://docs.simkl.org/how-to-use-simkl/core-features/watchlists-and-custom-lists/custom-list-collections>

***

## **Conclusion**

SIMKL **prioritizes search accuracy over mixed results** to ensure users **find what they are looking for** quickly and effectively. While mixed searching is not available, **filtered search and custom lists** offer great alternatives for organizing and discovering content.


---

# 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.simkl.org/how-to-use-simkl/core-features/search-and-discovery/using-search/mixed-searching-on-simkl.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.
