#Searching an artist that includes "The" in the front of name returns "NO SONGS MATCH CRITERIA"
3 messages · Page 1 of 1 (latest)
Searching an artist that includes "The" in the front of name returns "NO SONGS MATCH CRITERIA"
@wraith oriole this seems to be caused by the artist sort attribute line in the exact match section of SongSearching::GetPredicate
SortAttribute.Artist => entry => SortString.RemoveArticle(entry.Artist.SearchStr) == filter.Argument, /* line 322 */
it seems like there was a reason why you made it this way, so I don't want to go touching this without knowing why that was and what errors may occur by changing it