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
Flatten ?filters=(...)&labels=(...) to ?f=...&f=...&l=...&l=... (#4810)
* Serialize filters and labels as ?f=is,page,/a,/b&f=...
* Update changelog
* Refactor not to use URLSearchParams, because it led to double decoding
* Handle empty search string and badly formed search strings
* Declare repeating characters as constant
* Introduce version names
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
15
15
16
16
### Changed
17
17
18
+
- Filters appear in the search bar as ?f=is,page,/docs,/blog&f=... instead of ?filters=((is,page,(/docs,/blog)),...) for Plausible links sent on various platforms to work reliably.
18
19
- Details modal search inputs are now case-insensitive.
19
20
- Improved report performance in cases where site has a lot of unique pathnames
0 commit comments