> For the complete documentation index, see [llms.txt](https://docs.zeedrive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeedrive.com/feature-guide/fast-sharepoint-indexed-searches-from-file-explorer.md).

# Fast SharePoint Indexed Searches From File Explorer

Users can quickly search for files and folders directly from the Windows File Explorer context menu. <code class="expression">space.vars.PRODUCT\_NAME</code> leverages SharePoint's full text search index so that both file names and file contents can be searched very quickly without the need for a local search index on the computer or a slow folder by folder search crawl.

To leverage fast search, right click the folder to search in Windows File Explorer then choose the search option from the <code class="expression">space.vars.PRODUCT\_NAME</code> context menu.

<figure><img src="/files/1uiYKj1i1HHDrrhhuzFa" alt=""><figcaption></figcaption></figure>

The search window will open. Enter your search criteria and click the Search button.

<figure><img src="/files/5Wjjoj8gxgaekkEPfD3m" alt=""><figcaption></figcaption></figure>

Files that match your criteria are then shown. Select a file and choose either to open the file or locate it in File Explorer.

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

The search option on the context menu will only show if the drive or folder selected is a document library, a folder within a document library, or OneDrive for Business.

SharePoint Online does not index all file types. For example, application files (with the .exe file extension) will not appear in search results.

For more information on search and the supported search syntax, [check out the user guide](/user-guide/search-for-files-and-folders.md).


---

# 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.zeedrive.com/feature-guide/fast-sharepoint-indexed-searches-from-file-explorer.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.
