# Advanced Search Operators

### Overview <a href="#advanced-search-bar-functionality" id="advanced-search-bar-functionality"></a>

MangoApps provides support for a variety of search operators to enhance your search experience, both in simple and advanced searches. These operators allow for precise control over your search queries, enabling you to find the most relevant information efficiently.

**Simple Searches**

* **AND**: Supported as the default conjunction for searches.
* **OR**: Supported for combining search terms.
* **NOT**: Supported, with both `NOT` and `-` performing the same function.
* **Grouping (Parentheses)**: Supported, allowing the combination of multiple operators and terms.
* **Phrase Searches**: Supported for exact sequence searches.

**Advanced Searches**

* **Proximity Searches**: Supported for finding terms within a certain distance.
* **Wildcards**: Both `*` (Asterisk) and `?` (Question Mark) are supported.
* **Fuzzy Searches**: Supported for finding terms similar in spelling.
* **Range Searches**: Supported, requiring knowledge of the field name for filtering records. Example: `field:[10 TO 20]`, `field:{10 TO 20}`
* **Boosting**: Supported using the caret symbol `^`. Boosting based on user engagement names.

***

### Semantic & AI-Powered Search

When **AI Search** is enabled by admins via the Admin Portal, queries are understood in **natural language.**

This means that the Search feature can interpret intent beyond keywords.

For example, searching for *“*&#x48;ow do I get a Zoom phone number?*”* will surface the correct help article, even without exact keyword matches


---

# 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://guides.mangoapps.com/user-guide/search/advanced-search-operators.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.
