forked from zlatinb/muwire
-
Notifications
You must be signed in to change notification settings - Fork 0
Search Phrases
danrobi11 edited this page Nov 10, 2020
·
1 revision
Since version 0.5.8 MuWire supports phrases in search terms. If you surround several words in quotation marks, you will only see results that match all those words in that order, either in the file name or in the comment.
You can also mix phrases with regular keywords, as demonstrated in the example below
Let's say you have three shared files:
- "My Siamese cat videos.avi"
- "Videos of my Siamese cat.avi"
- "Cat videos of my Siamese.avi"
Then the following searches will return the following results:
-
cat videos
- 1,2,3 -
"cat videos"
- 1,3 -
"siamese cat videos"
- 1 -
siamese "cat videos"
- 1,3