File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ Parse Dashboard is a standalone dashboard for managing your [Parse Server](https
60
60
- [ Configuring Localized Push Notifications] ( #configuring-localized-push-notifications )
61
61
- [ Run with Docker] ( #run-with-docker )
62
62
- [ Features] ( #features )
63
+ - [ Data Browser] ( #data-browser )
64
+ - [ Filters] ( #filters )
63
65
- [ Browse as User] ( #browse-as-user )
64
66
- [ Change Pointer Key] ( #change-pointer-key )
65
67
- [ Limitations] ( #limitations )
@@ -814,12 +816,26 @@ If you are not familiar with Docker, ``--port 8080`` will be passed in as argume
814
816
815
817
# Features
816
818
* (The following is not a complete list of features but a work in progress to build a comprehensive feature list.)*
819
+
817
820
## Data Browser
821
+
818
822
### Filters
819
823
820
824
▶️ * Core > Browser > Filter*
821
825
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.
823
839
824
840
## Browse as User
825
841
You can’t perform that action at this time.
0 commit comments