We are adding a page link (e.g. Products) to an image in Swift but would also like to add queries to execute a filter. However, it seems that standard Swift functionality is removing the query parameters when saving the page link for an image.
As an example, we are doing the same with page shortcuts adding Default.aspx?ID=149&GroupID=GROUP123 which seems to be working. In the images, however, everything after the ID=149 above is removed.
The question is how can we add a custom page link with query parameters to an image?