-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from dimagi/sk/global-search
add global search page docs
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Using Global Search | ||
|
||
Open Chat Studio has a global search feature that allows you to find object using their public UUIDs. This is useful when you want to quickly find an object without navigating through the UI, especially if you have copied the UUID from a trace or another source. | ||
|
||
To use the global search feature, navigate to `https://chatbots.dimagi.com/search?q=UUID` where `UUID` is the public UUID of the object you want to find. | ||
|
||
If the object is found, and you have permissions to access it, you will be redirected to the page for that object. | ||
|
||
## Objects that are currently supported | ||
|
||
* Experiments | ||
* ExperimentSessions | ||
* Participants |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters