Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

queryStringParams documentation #59

Closed
jotapee opened this issue May 12, 2015 · 8 comments
Closed

queryStringParams documentation #59

jotapee opened this issue May 12, 2015 · 8 comments
Labels

Comments

@jotapee
Copy link

jotapee commented May 12, 2015

Hi,
I'd be really interested in see some documentation for the queryStringParams feature for the plugin.

I'm trying to implement a form (prior to results page) that send the variables of search and then redirect to the results page.

I think that's what the queryStringParams option is but couldn't find any kind of documentation/example of how to use it.

Thanks in advance.

@bjorn2404
Copy link
Owner

@jotapee
Copy link
Author

jotapee commented Jul 8, 2015

Thank you!
I've tried this on my site, following your documentation step by step...it didn't work for me though.
I had to create a custom jquery function to get the search variable, store it apply it to the field and submit the form.
I will do some more testing though, I'll let you know if it's still not working for me.

@jughead47
Copy link

@jotapee I think you need to make sure ‘fullMapStart’ is set to true. I don't think that is stated in the tutorial.

@jughead47
Copy link

I have the query string working. However, I have another search form on the results/map/locator page. If I use that search after I use a query string from another page, the map and listings do not update, I believe because the get method keeps the query string in the url. How would I go about getting this search form to work? Is there a way to use the post method to get it working?

@bjorn2404
Copy link
Owner

@jotapee you shouldn't have to do that if you're using the latest version of the plugin.

@jughead47 Looks like it's a bug. I'll reopen this issue - not sure when I'll get to it but I might have time this weekend.

@bjorn2404 bjorn2404 reopened this Jul 17, 2015
@bjorn2404 bjorn2404 added the bug label Jul 17, 2015
@jughead47
Copy link

@bjorn2404 Thank you, much appreciated.

@bjorn2404
Copy link
Owner

@jughead47 v2.0.8 has the fix for your issue.

@jughead47
Copy link

@bjorn2404 Thank you very much! Working perfectly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants