ee-tee Posted December 14, 2017 Report Posted December 14, 2017 I'm trying to create a Filter vVew to go to our Eents calendar like so: http://192.168.20.81/events?trumbaEmbed=search%3D[key]|Events Notice i have encoded the equal(=) sign to %3D, however Trumba is interpreting the % sign as data and is encoding that to %25. so when i try to search with keyword holiday, my url is ending up to be http://192.168.20.81/events?trumbaEmbed=search%253Dholiday. therefore, my filter is not working. can anyone offer any advice to resolve this? Quote
Steve A Posted March 5, 2019 Report Posted March 5, 2019 This is the correct syntax for a URL-encoded query string and in this example, search for the keyword: holiday https://www.yoursite.com/calendar.html?trumbaEmbed=search%3Dholiday Here is a help topic with more information on setting up Filter Views in Trumba. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.