Login to download the latest version of Mint and your favorite Pepper, purchase additional licenses, or post in the Forum. Don't have an account? Create one!

In Partnership with Media Temple

Mint Forum

Local Searches Pepper with mydomain.com/search/search+terms

I have a website setup with domain.com/search/something+to+search as the search URL. I have tried using

Path: /search/

Query: {blank}

with the Local Searches Pepper, but it doesn’t seem to be tracking searches properly. Is the Local Searches Pepper compatible with this type of search query URL?

Shaun Inman
Mint/Pepper Developer
Posted on Mar 19, '09 at 11:00 am

No, it is not. The search term must be present in a query string, a name/value pair following a ?, eg. /search/?q=searchterm

Are there any plans to add this functionality? I was pretty happy with my “clean” URL schema. :-)

Talkdoc
Minted
Posted on Oct 15, '09 at 10:55 am

This is the get form method that I am using on my website:

< form method=”GET” action=”search.php” > < input type=”text” style=”margin-left:12px” class=”texta” “name=”zoom_query” size=”10” / > < /form >

What exactly do I need to add to this and where?

Thanks much,

Greg

You must be logged in to reply. Login above or create an account