# Enterprise Search

Enterprise Search configurations control how Aisera retrieves and filters results when a user performs a search. The **Settings > Configuration > Enterprise Search** window allows you to set parameters for your tenant. These are tenant-level settings that apply to all bots you create in this Aisera tenant.

### Enterprise Search Result Limit

| **Type**    | Integer |
| ----------- | ------- |
| **Default** | `10`    |

Sets the maximum number of results Aisera returns for an Enterprise Search query. The value applies at two points in the pipeline: it sets the number of documents fetched from the search index and caps the number of results returned to the user. Raise this value to give users broader coverage in large knowledge bases; lower it to reduce response size where precision is preferred.

The minimum enforced value is `1`. Values of `0` or below revert to the default of `10`.

{% hint style="info" %}
This setting also caps multi-result knowledge base responses in conversational flows, not only standalone Enterprise Search queries.&#x20;
{% endhint %}

### Relevancy Confidence Cutoff Score (Normalized 0-100)

| **Type**    | Decimal        |
| ----------- | -------------- |
| **Default** | `0` (disabled) |

Sets a minimum relevancy score a search result must meet to be returned to the user. Scores are normalized to a 0-100 scale relative to the current result set, where 100 represents the highest-scoring result. Results below the threshold are excluded before the response is sent. Setting this to `0` (the default) disables the filter.

Start conservatively. Values that are too high may suppress useful results when query volume is low or knowledge base coverage is sparse. Note that a result scoring `60` in one query may reflect different underlying relevance than `60` in another, since the scale is relative, not absolute.

{% hint style="info" %}
This threshold applies to all search types, not only Enterprise Search. Configuring it will also filter results in conversational and TicketIQ search flows. Changes here may suppress knowledge base answers in the bot unexpectedly.
{% endhint %}

### Enable query re-writing for Enterprise Search

| **Type**    | Checkbox |
| ----------- | -------- |
| **Default** | Enabled  |

No description available.

### History scope for Enterprise Search

| **Type**    | Integer |
| ----------- | ------- |
| **Default** | `2`     |

No description available.

### Per Retriever Results Limit

| **Type**    | Integer |
| ----------- | ------- |
| **Default** | `8`     |

No description available.


---

# 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.aisera.com/aisera-platform/tenant-setup/aisera-platform-configuration/tenant-configuration-settings/enterprise-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.
