# Live search triggering events

`Search Behavior -> Live Search Triggers`

With the triggering options you can change which mouse or keyboard events should the search box react to.

![](/files/AH79WxOTVH46SdFxlH6V)

### Live search Options  explained

* **Trigger search when changing a facet on settings?** - Will trigger the search if the user changes a check-box, radio button, slider on the front-end search settings panel.
* **Trigger search when typing?** - Triggers the search when the user types in something.
* **Minimal character count to trigger search** - The minimum amount to start the search. Each option above respects this rule.
* [Mafnifier and Return button triggers](/behavior/return-key-and-magnifier-icon-click-actions.md) can also be changed

### How to disable live search?

By turning OFF the **Trigger search when changing a facet on settings?** and the **Trigger search when typing?** options.

### Can I start the search without the search phrase? (for example using only filters)

Yes, you actually can. Set the `Minimal character count to trigger search` option to 0. This way the search will start without any input characters.


---

# 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://documentation.ajaxsearchpro.com/behavior/triggering-events.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.
