Skip to content

create category alphanumeric check not counting characters #47

@Omar-Abdul-Azeez

Description

@Omar-Abdul-Azeez

3 letters minimum? why tho? 1 letter categories aren't bad... in my case I want to make an "H" category for eroge novels
However... I believe this line was forgotten lol

var minimumLetters = input.Count(char.IsLetter);

I have 0 experience in C# but taking a look at the other method calls and after googling for a bit I think it should be
input.Count(x => char.isLetter(x))

also I noticed that the games aren't being counted...

gameCount = db.GetCollection<UserDataGames>(DbUserData.UserData_Games.ToString()).Count();

shouldn't this be .Query().toList().Count()?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions