All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Generate encrypted segment for Low GoogleSearch URL?

nrackleff 3 Dec 2012 23:51 question, complete

Is there a way to generate the Low GoogleSearch encrypted segment for the end of a URL? I am trying to create a URLs that I can use on pages as links directly to specific search terms. For example, I want to link people to a page that has the search results for the word "heart". I would need to use something like /search/results/aGVhcnQ, but I don't know how to make that happen.

Replies

  1. Low 4 Dec 2012 08:17

    Not currently possible, although it's a good feature request.

    For now, you could do it using PHP in the template:

    {path="search/results/<?=base64_encode('my keywords')?>"}

  2. nrackleff 4 Dec 2012 14:36

    Thanks so much. That is exactly what I was looking for.

  3. Low 4 Dec 2012 14:37

    Had an update for Low GoogleSearch pending anyway, so I added it to v1.1.0. Just use the Keywords tag with format="encoded"