There are other changes to the API that make the current tag filters in the get-amy script not functional. Currently, any "tag" argument passed to the endpoint is ignored and all values are returned.
As indicated by Piotr (https://github.com/swcarpentry/amy/pull/1363#issuecomment-427594814), tag is now tags, and providing multiple values leads to an intersection instead of a union. Therefore the current approach of providing multiple tags (such as --tags-any=SWC,DC) will not work anymore as there shouldn't be any workshop that is both tagged with SWC and DC.
There are other changes to the API that make the current tag filters in the get-amy script not functional. Currently, any "tag" argument passed to the endpoint is ignored and all values are returned.
As indicated by Piotr (https://github.com/swcarpentry/amy/pull/1363#issuecomment-427594814),
tag
is nowtags
, and providing multiple values leads to an intersection instead of a union. Therefore the current approach of providing multiple tags (such as--tags-any=SWC,DC
) will not work anymore as there shouldn't be any workshop that is both tagged withSWC
andDC
.