Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map name regex for City square matches multipe other maps #151

Open
dy95rabo opened this issue Aug 1, 2024 · 1 comment
Open

Map name regex for City square matches multipe other maps #151

dy95rabo opened this issue Aug 1, 2024 · 1 comment

Comments

@dy95rabo
Copy link

dy95rabo commented Aug 1, 2024

your shorthand for city square "ty s" also matches multiple other maps like:

  • cemetry
  • academy

changing it to "ty sq" fixes that problem, not sure if its the most efficient tho.

best regards

@veiset
Copy link
Owner

veiset commented Aug 1, 2024

Thanks for the report, yeah this looks like an error.

This bug is part of a larger issue, "ty s" shouldnt match cemetry ty s|..., and is parsed as: contains ty or s when searching the map tab, I'll have to make a special rule to ensure that when searching the map tab you cant use words with spaces in them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants