Skip to content

Commit 0449e04

Browse files
committed
Update README.md
1 parent 7c6645b commit 0449e04

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ Parse Dashboard is a standalone dashboard for managing your [Parse Server](https
6060
- [Configuring Localized Push Notifications](#configuring-localized-push-notifications)
6161
- [Run with Docker](#run-with-docker)
6262
- [Features](#features)
63+
- [Data Browser](#data-browser)
64+
- [Filters](#filters)
6365
- [Browse as User](#browse-as-user)
6466
- [Change Pointer Key](#change-pointer-key)
6567
- [Limitations](#limitations)
@@ -814,12 +816,26 @@ If you are not familiar with Docker, ``--port 8080`` will be passed in as argume
814816

815817
# Features
816818
*(The following is not a complete list of features but a work in progress to build a comprehensive feature list.)*
819+
817820
## Data Browser
821+
818822
### Filters
819823

820824
▶️ *Core > Browser > Filter*
821825

822-
This feature allows to add relational filter conditions based on other classes that have a pointer to the current class.
826+
The filter dialog allows to add relational filter conditions based on other classes that have a pointer to the current class.
827+
828+
For example, users in the `_User` class may have:
829+
830+
- purchases in a `Purchase` class with a `_User` pointer field
831+
- transactions in a `Payment` class with a `_User` pointer field
832+
833+
A relational filter allows you filter all users who:
834+
835+
- purchased a specific item (in `Purchase` class)
836+
- payed with a specific payment method (in `Payment` class)
837+
838+
To apply such a filter, simply go to the `_User` class and add the two required filter conditions with the `Purchase` and `Payment` classes.
823839

824840
## Browse as User
825841

0 commit comments

Comments
 (0)