query-monitor
query-monitor copied to clipboard
Should "Matched Query" show decoded values?
Visiting a subcategory URL, eg. example.com/category/foo/bar
will show an encoded slash in the category_name
query var in the "Matched Query" section of the Request panel.
If you look at the corresponding query for the request ($wp_query->query
) it will show decoded values.
Need to look at whether this is misleading or not.
I personally think it will be better to be decoded value to match the $wp_query->query request.
Color coding could perhaps be used to help identify the values of the query vars.