Summary
Terms entered into search are:
- Tokenized along whitespace, e.g., entering
dance hits
will be converted intodance AND hits
- Converted to lowercase, e.g.,
Dance
will matchDance
ordance
- Stemmed to remove common English endings, e.g.,
dancing
will matchdance
ordances
- Split along word delimiters, e.g.,
Indy500
will matchindy
and500
Special Terminology
- OR Search: By default, entering multiple terms will require all terms to be present in matches. e.g., searching for
dance hits
is the same as searching fordance AND hits
and any tracks returned will have both words. However, you can manually include the wordOR
in between terms to change this behavior. e.g., search fordance OR hits
to get results with either or both words. - Phrase Search: If you want to search for an exact word or series of words, you can wrap your term(s) in quotation marks.
- Negative Search: Adding a hyphen before a term will exclude tracks with that term from results. e.g.,
-drums
- Grouping: You can group terms into more complicated phrases, like
(rock OR pop) AND -slow
If you have any problems or questions, please contact us at support@sourceaudio.com