-
Notifications
You must be signed in to change notification settings - Fork 13
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
orgTag
and orgtag
currently fail as it is case sensitive
#216
Comments
Thanks for this report. Good point but low prio in my eyes |
it actually is a bit confusing to have "orgTag" and "org_tag" in API and URL options plus naturally one tends to write "orgtag" as multiple issue titles proof. - If it is not too much of a pain it would really help to synch this or make agnostic. It almost stopped us from implementing the map in the way we planned it. edit: actually there is also OrgTag :D https://github.com/search?q=repo%3Akartevonmorgen%2Fkartevonmorgen.ts%20orgtag&type=code |
@flosse Der Variablen-Namen sollste nicht case sensitiv sein |
orgTag
and orgtag
currently fail as it is case sensitiveorgTag
and orgtag
currently fail as it is case sensitive
Problem
A clear and concise description of the bug.
To Reproduce
Steps to reproduce the behavior:
&tag=xyz&orgtag=xyz
Expected behavior
Outcome of orgTag and orgtag is easily mistaken if one does currently not apply the correct spelling.
orgTag
andorgtag
could be the same result.Solution
Additional context
I think it is easy to solve via case insensitivity for the writing of
orgTag
It took me a long time to figure this out, but can easily happen.
The text was updated successfully, but these errors were encountered: