-
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 should not filter! #146
Comments
Working Perfectly |
@navid-kalaei we had this problem already in 2022, but we solved it in 2023. Instead: The map should allways show all entries the user is searching and filtering for, just for those with the orgTag, it should show the last accepted version.! |
thx for raising this issue again, I was wondering how it actually should work, currently we do a double filter by `&tag=openecolab&orgTag=openecolab" this seems to work just fine. But we consider an alternative filter option (other orgTag from filter tag), this would currently not be possible. |
Problem
Using an URL attribute like &orgTag=stopfossil is filtering all entries to this tag. (Events do not get filtered)
So if you are using the &orgTag-Function, which is intended to define the Quality of certain entries, you are not able to show more entries, than those, having your orgTag.
Example: This map should show all entries, not only the ones with the tag https://www.kartevonmorgen.org/m/main?c=50.5204%2C9.5581&z=6.00&orgTag=stopfossil
Expected behaviour
The orgTag should just controll the visible Version of those entries with a certain tag.
But the user should still be able to find anything else on the map.
Previous isse: #116
The text was updated successfully, but these errors were encountered: