You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug Sequencer.Database.entryExists doesnt check the actual validity of the string, merely that some of the letters match something in the database, partially.
To Reproduce
Steps to reproduce the behavior:
Enter Sequencer.Database.entryExists("j") into console.
See result.
Expected behavior
A negative result for when the string does not fully match any database path.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
Sequencer.Database.entryExists
doesnt check the actual validity of the string, merely that some of the letters match something in the database, partially.To Reproduce
Steps to reproduce the behavior:
Sequencer.Database.entryExists("j")
into console.Expected behavior
A negative result for when the string does not fully match any database path.
Screenshots
The text was updated successfully, but these errors were encountered: