hallzy / youtube-playlist-search

A Chrome Extension to search Youtube Playlists for Videos
71 stars 7 forks source link

Add way to specify a string with spaces as a whole search term #1

Closed hallzy closed 3 years ago

hallzy commented 3 years ago

Currently, search terms are separated by spaces, but it would be nice to be able to pass a quoted string or something and have that quoted string treated as a whole entity instead of separate terms.

Some other options similar to the - that you get in google to ignore certain words might be useful as well.

This is basically a catchall issue for developing some sort of 'search syntax' for the filtering system.

hallzy commented 3 years ago

Add some way to look at only videos that are from an exact channel.

channel:"Some Channel Name" maybe?