Skip to content

Commit b79d743

Browse files
authored
docs: Add guidance on how to design query constraints in View links (#2927)
1 parent 670a574 commit b79d743

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,6 @@ You can also specify custom fields with the `scrips` option:
453453

454454
```
455455

456-
457456
Next, define the Cloud Function in Parse Server that will be called. The object that has been selected in the data browser will be made available as a request parameter:
458457

459458
```js
@@ -1327,6 +1326,9 @@ In the example above, the query string will be escaped and added to the url, res
13271326
"browser/_Installation?filters=%5B%7B%22field%22%3A%22objectId%22%2C%22constraint%22%3A%22eq%22%2C%22compareTo%22%3A%22xWMyZ4YEGZ%22%2C%22class%22%3A%22_Installation%22%7D%5D"
13281327
```
13291328

1329+
> [!Tip]
1330+
> For guidance on how to create the URL query for a dashboard data browser filter, open the data browser and set the filter. Then copy the browser URL and unescape it. The query constraints in `?filters=[...]` will give you an idea of the constraint syntax.
1331+
13301332
# Contributing
13311333

13321334
We really want Parse to be yours, to see it grow and thrive in the open source community. Please see the [Contributing to Parse Dashboard guide](CONTRIBUTING.md).

0 commit comments

Comments
 (0)