Pre condition:Make sure to create some tags with special characters such as #test, @table
1. Navigate to My tags page (/tags.php) 2. Click on one of the tags which have special character. Expected Result: The search page should return all the pages which are associated with it Actual Result: The search results are shown with different tags for example when we search for #test it is returning %25test -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1705126 Title: Tags with special characters aren't found Status in Mahara: Fix Released Bug description: Im on 17.04.2. When on "My Tags" page (/tags.php), clicking on a tag with special characters to search for it returns nothing. This is because in the query, the special characters are replaced. The tag block is affected by this as well, but only on the "My Tags" page. It works well on the other page such as Journals and Pages and Collections. I found this by having the tag #test. When I search for it from the "My Tags" page, the page shows "Search results for %23test" So far, i've confirmed the problem with: # -> %23 @ -> %40 é -> %C3%A9 è -> %C3%A8 ê -> %C3%AA To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1705126/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

