Skip to content

Commit 08bd1d7

Browse files
committed
Advanced Filtering and Sorting
1 parent 48a3c04 commit 08bd1d7

File tree

1 file changed

+31
-8
lines changed

1 file changed

+31
-8
lines changed

docs/features/chat-features/chatshare.md

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,39 @@ The dashboard displays a list of all your shared chats with the following inform
101101
- **Status:** The status of a shared link, which can be "Active", "Expired", or "Revoked".
102102
- **Type:** The type of share, which can be "Snapshot" or "Live".
103103

104-
### Searching and Filtering
104+
### Advanced Filtering and Sorting
105105

106-
The dashboard is fully sortable by clicking on any of the column headers. You can also easily find specific shared chats using the search and filter options:
106+
The Shared Chats dashboard provides powerful tools to help you find and manage your shared links.
107107

108-
- **Search:** Use the search bar to find chats by their title.
109-
- **Filter by Date:** Select a start and end date to filter chats shared within a specific period.
110-
- **Filter by Public Status:** Filter chats based on whether they are public or not.
111-
- **Filter by Password Status:** Filter chats based on whether they are password-protected or not.
112-
- **Filter by Status:** Filter chats based on their "Active", "Expired", or "Revoked" status.
113-
- **Filter by Type:** Filter chats based on whether they are a "Snapshot" or "Live" share.
108+
#### Filtering
109+
110+
You can filter your shared chats using the following criteria:
111+
112+
- **Search:** Use the search bar to find chats by their title.
113+
- **Date Range:** Select a start and end date to filter chats shared within a specific period.
114+
- **Visibility:** Filter by public or private status.
115+
- **Password:** Filter by whether a chat is password-protected or not.
116+
- **Status:** Filter by "Active", "Expired", or "Revoked" status.
117+
- **Type:** Filter by "Snapshot" or "Live" share type.
118+
119+
#### Sorting
120+
121+
The list of shared chats is fully sortable. Click on any of the column headers to sort the list by that column. The available columns for sorting are:
122+
123+
- Title
124+
- Created On
125+
- Last Updated
126+
- Link
127+
- Visibility
128+
- Password
129+
- Views
130+
- Clones
131+
- Status
132+
- Type
133+
134+
#### Pagination
135+
136+
If you have a large number of shared chats, the list will be paginated. You can navigate through the pages using the pagination controls at the bottom of the page.
114137

115138
### Actions on Shared Chats
116139

0 commit comments

Comments
 (0)