Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@ python3 app.py

</details>

## Usage in Slack

Even after apps that use Enterprise Search features are installed at the org level, they are not immediately available to end users or app collaborators by default.

See [this page](https://docs.slack.dev/enterprise-search/enterprise-search-access-control) of the developer docs for more details, or jump straight to the Slack Help Center to [see the steps](https://slack.com/help/articles/39044407124755-Set-up-and-manage-Slack-enterprise-search#enable-or-disable-enterprise-search) an org owner or org admin needs to take to enable your app's search function as a data source.

[Start a search](https://slack.com/help/articles/38693462131219-Search-across-your-applications-with-enterprise-search#start-a-search) to see `function_executed` event payloads sent to your app. Use the data source filter to only show matching results returned by your app.

## Linting

```sh
Expand Down
Loading