diff --git a/The-website.md b/The-website.md index b438e6b..96cc44f 100644 --- a/The-website.md +++ b/The-website.md @@ -11,4 +11,8 @@ You may be interested to use the following query format to look only for comment You can use the following query to search for the comments of a given channel: `"value": "channelIdCommenting"`. -Note that if you want to share a comment to someone you can share the URL https://www.youtube.com/watch?v=VIDEO_ID&lc=COMMENT_ID and the comment will be the first one in the list. The same note applies for community post comments with the URL https://www.youtube.com/channel/UCgvqvBoSHB1ctlyyhoHrGwQ/community?lc=COMMENT_ID&lb=POST_ID. This also works for answers to comments. \ No newline at end of file +Note that if you want to share a comment to someone you can share the URL https://www.youtube.com/watch?v=VIDEO_ID&lc=COMMENT_ID and the comment will be the first one in the list. The same note applies for community post comments with the URL https://www.youtube.com/channel/UCgvqvBoSHB1ctlyyhoHrGwQ/community?lc=COMMENT_ID&lb=POST_ID. This also works for answers to comments. + +Note that prepending `(?i)` to your regex makes it case insensitive. + +Note that if you provide a channel id as a file path filter, the search will be far quicker by only proceeding to the search on the given channel. \ No newline at end of file