Skip to content
This repository was archived by the owner on Mar 2, 2021. It is now read-only.

Commit 90701dd

Browse files
committed
Make it possible to query channels by title
1 parent 5dd192d commit 90701dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database.rules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"channels": {
8888
".read": true,
8989
".write": false,
90-
".indexOn": ["slug", "isFeatured"],
90+
".indexOn": ["slug", "isFeatured", "title"],
9191

9292
"$channelID": {
9393
".read": true,

0 commit comments

Comments
 (0)