# Negative Exact Match Search

Negative exact match search allows you to exclude specific text fragments from your search results. By specifying exact sequences of words or phrases that should not appear in the results, you can filter out unwanted content and ensure that the output is more relevant to your needs. Up to 10 text fragments can be entered for exclusion. Here’s an elaboration of this description:

<figure><img src="/files/CYdoaJ5zTUL5hmTHnJin" alt="" width="178"><figcaption></figcaption></figure>

1. **Specification of Exact Text Fragments**:
   * **Exclusion Fragments**: Identify and list up to 10 exact text fragments that you want to exclude from the search results. Each fragment should be a specific sequence of words or phrases that, when present, indicate content you wish to avoid.
   * **Exact Matching**: Ensure that the text fragments are specified in their exact form, including spelling and punctuation, to accurately exclude content that matches these fragments.
2. **How to Use Negative Exact Match Search**:
   * **Input Text Fragments**: Enter each text fragment you wish to exclude. For example, if you want to exclude results containing the phrases "market analysis report" or "quarterly earnings statement," input these exact phrases.
   * **Precision**: Be precise with the text fragments to ensure that only content matching these exact sequences is excluded, minimizing the risk of unintentionally removing relevant information.
3. **Combining with Positive Search**: Use negative exact match search in combination with positive search terms to enhance the relevance of your results.&#x20;


---

# 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://docs.pandamatch.io/filters/negative-search/negative-exact-match-search.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.
