Skip to content

Commit

Permalink
docs: ✏️ add URL encoding methods to URL Drilldown docs
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Dec 28, 2020
1 parent 4542e7a commit 51e78d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/user/dashboard/url-drilldown.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ Example:

`{{split event.value ","}}`

|encodeURIComponent
a|Escapes string using built in `encodeURIComponent` function.

|encodeURIQuery
a|Escapes string using built in `encodeURIComponent` function, while keeping "@", ":", "$", ",", and ";" characters as is.

|===


Expand Down

0 comments on commit 51e78d1

Please sign in to comment.