Skip to content

Commit

Permalink
Merge 6f41738 into 1a2afa4
Browse files Browse the repository at this point in the history
  • Loading branch information
fredkingham committed May 2, 2019
2 parents 1a2afa4 + 6f41738 commit 2a54e0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.md
@@ -1,5 +1,8 @@
### 0.14.1 (Minor Release)

The search plugin was not excluding search strings from analytics.
This change makes it so that it does.

### 0.14.0 (Major Release)

A User's UserProfile is now automatically created when you create a user in a post save signal.
Expand Down
2 changes: 1 addition & 1 deletion opal/core/search/plugin.py
Expand Up @@ -33,7 +33,7 @@ class SearchPlugin(plugins.OpalPlugin):
('extract-schema', api.ExtractSchemaViewSet)
]

opal_angular_exclude_tracking_qs = [
opal_angular_exclude_tracking_prefix = [
"/search",
"/extract",
]

0 comments on commit 2a54e0d

Please sign in to comment.