PDA

View Full Version : How can we show searched parameters in url?



Geeks Pakistan
October 2, 2016, 06:11 PM
Currently search is working based on post method , if we need to show parameters searched in url for seo purpose , Please give if you have any suggestion.
For example now it is working http://auto.demoflynax.com/autos/search-results.html if we need to change it like http://auto.demoflynax.com/autos/search-results/bmw/locationname.

Thanks

Curtis
October 3, 2016, 01:57 AM
Hello,

You can change it in properties of listing type.
Go to Admin Panel -> Listings -> Listing Types -> Autos -> click to Edit -> Search Settings -> Submit Method = GET

http://forum.flynax.com/attachment.php?attachmentid=1869&stc=1

Geeks Pakistan
October 7, 2016, 05:22 PM
Thanks Curtis , it will help me a lot , Can you tell me the difference between get and post while search because when we searched using post it shows parameters searched on left side in refine search section but when we do the same thing using get method then nothing appears in the left .

let me know your views .
Thanks

Curtis
October 11, 2016, 01:58 AM
Thanks Curtis , it will help me a lot , Can you tell me the difference between get and post while search because when we searched using post it shows parameters searched on left side in refine search section but when we do the same thing using get method then nothing appears in the left .

let me know your views .
Thanks

Hello,

So, the difference must be in url only (GET have all parameters in url).
I suggest you create a ticket to Technical Department and we'll check the problem in Refine Search.

Wei Hong
October 11, 2016, 03:48 PM
Hello,

So, the difference must be in url only (GET have all parameters in url).
I suggest you create a ticket to Technical Department and we'll check the problem in Refine Search.

pls share the fix too. It also happened in v4.5.1. The criteria does not apply any change if we choose method GET.

Viktor
October 12, 2016, 04:10 AM
Hello Wei Hong,

Would you please read this post: http://forum.flynax.com/showthread.php?3441-Issue-in-search-while-using-GET-method&p=16076#post16076
I wrote solution there.