Skip to content

Commit

Permalink
Merge pull request #3518 from HiltonGiesenow/patch-8
Browse files Browse the repository at this point in the history
Patch 8 - Fixing "Issues" List Link
  • Loading branch information
wobba authored Feb 13, 2024
2 parents 91e1d88 + d416535 commit 2e35172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extensibility/templating.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The following custom helpers are available in addition to the [handlebars-helper
| `{{getUrlParameter <parameter> <url>}}` | Return the query parameter value from a URL. Omitting the optional url parameter uses the current browser URL. | `{{getUrlParameter "k"}}` return the value of the `k` query parameter from the browser URL.<br><br>`{{getUrlParameter "k" "https://foo?k=test"}}` return the value of the `k` query parameter from the provided URL.


> Need any other helper? Let us know [here](https://github.com/aequos-solutions/modern-search-results/issues)!
> Need any other helper? Let us know [here](https://github.com/microsoft-search/pnp-modern-search/issues)!
### Using builtin web components

Expand Down

0 comments on commit 2e35172

Please sign in to comment.