NotJoeMartinez / yt-fts

YouTube Full Text Search - Search all of a YouTube channel from the command line
The Unlicense
1.6k stars 80 forks source link

OR doesn't seem to work #164

Closed francislavoie closed 2 weeks ago

francislavoie commented 1 month ago

It seems like OR doesn't get parsed properly :thinking:

$ yt-fts search -c 2 "foo OR bar"
- Try shortening the search to specific words
- Try using the wildcard operator * to search for partial words
- Try using the OR operator to search for multiple words
    - EX: "foo OR OR OR bar"
NotJoeMartinez commented 2 weeks ago

fixed in 0.1.56 https://github.com/NotJoeMartinez/yt-fts/pull/170