Summary
Terms entered into search are:
- Tokenized along whitespace, e.g., entering
dance hitswill be converted intodance AND hits - Converted to lowercase, e.g.,
Dancewill matchDanceordance - Stemmed to remove common English endings, e.g.,
dancingwill matchdanceordances - Split along word delimiters, e.g.,
Indy500will matchindyand500
Special Terminology
- OR Search: By default, entering multiple terms will require all terms to be present in matches. e.g., searching for
dance hitsis the same as searching fordance AND hitsand any tracks returned will have both words. However, you can manually include the wordORin between terms to change this behavior. e.g., search fordance OR hitsto 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