You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been thinking about it and it seems like an easy fix; just allow them in the pattern.
The only real issue I see here is the use of [] in the params.
In the pattern those characters are used to escape the fields, like; /page/[id].
Though in query params those might be used to specify the index in an array, like: /page?param[0]=test
I could say; all [] in the pattern that come after the ? should not be escaped as fields.
Though you then loose the ability to pass a dynamic value in the query params, like: /page?param=[id]
If any of you wanna help figure this out I'll be happy to implement it.
Right now it is not possible to create a sitemap entry with query params. The input field simply permits typing in a questionmark. e.g.:
Is there any reason for this? Or any workaround?
Thank you!
The text was updated successfully, but these errors were encountered: