Title: URL param filter &#8211; problems with URL encoding
Last modified: December 27, 2020

---

# URL param filter – problems with URL encoding

 *  Resolved [presgomacho](https://wordpress.org/support/users/presgomacho/)
 * (@presgomacho)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/url-param-filter-problems-with-url-encoding/)
 * Hi.
 * I added some filters via an html form, so the data gets filtered by url parameters.
   
   Works fine, as long the filter value does not include any url encoded characters
 * Example:
    wpda_search_column_SLOT=D%2FST does not work – no data is shown (trying
   to filter for D/ST) wpda_search_column_SLOT=RB – filter value does not contain
   url encoded chars – works fine
 * There is one exeption:
    wpda_search_column_SLOT=%25 works as expected and shows
   all data – maybe beacause % is the first character und 25 is not interpreted?!
 * I have the feeling, as if the wpdataaccess plugin does not interpret the encoded
   url.
 * Any suggestions on how to solve that problem?
    Thanks!

Viewing 1 replies (of 1 total)

 *  Plugin Author [Passionate Programmer Peter](https://wordpress.org/support/users/peterschulznl/)
 * (@peterschulznl)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/url-param-filter-problems-with-url-encoding/#post-13838365)
 * Hi [@presgomacho](https://wordpress.org/support/users/presgomacho/),
 * Thanks for reporting! It was working correctly in Data Projects but not in publications.
   I fixed it. I will be available in the next release, which I hope to upload the
   end of this week.
 * Thanks,
    Peter

Viewing 1 replies (of 1 total)

The topic ‘URL param filter – problems with URL encoding’ is closed to new replies.

 * ![](https://ps.w.org/wp-data-access/assets/icon-256x256.png?rev=3299063)
 * [WP Data Access – App Builder for Tables, Forms, Charts, Maps & Dashboards](https://wordpress.org/plugins/wp-data-access/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-data-access/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-data-access/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-data-access/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-data-access/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Passionate Programmer Peter](https://wordpress.org/support/users/peterschulznl/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/url-param-filter-problems-with-url-encoding/#post-13838365)
 * Status: resolved