We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a2afa4 + 6f41738 commit e19673bCopy full SHA for e19673b
changelog.md
@@ -1,5 +1,8 @@
1
### 0.14.1 (Minor Release)
2
3
+The search plugin was not excluding search strings from analytics.
4
+This change makes it so that it does.
5
+
6
### 0.14.0 (Major Release)
7
8
A User's UserProfile is now automatically created when you create a user in a post save signal.
opal/core/search/plugin.py
@@ -33,7 +33,7 @@ class SearchPlugin(plugins.OpalPlugin):
33
('extract-schema', api.ExtractSchemaViewSet)
34
]
35
36
- opal_angular_exclude_tracking_qs = [
+ opal_angular_exclude_tracking_prefix = [
37
"/search",
38
"/extract",
39
0 commit comments