+ Reply to Thread
Results 1 to 6 of 6

Thread: saved search not save location when using keyword search

  1. #1

    saved search not save location when using keyword search

    https://classifieds.demoflynax.com/
    i Selected Location moscow for example on craigslist template
    then in home i use keyword search for bmw and choosed category motor
    in left side bar Add an Alert
    now
    https://classifieds.demoflynax.com/saved-search.html
    now in saved search without location
    #
    noloc.PNG

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    It supports only form data

  3. #3
    yes i saw but its saved without location and will send a lot of emails for user when found same keyword in any part on site
    Thanks dear Rudi

  4. #4
    Quote Originally Posted by Rudi View Post
    It supports only form data
    yes i saw but its saved without location and will send a lot of emails for user when found same keyword in any part on site
    Thanks dear Rudi

  5. #5
    in my case becouse i use search by distance in refine search i modify refine_search.tpl

    {if $search_results && $smarty.request.f[$config.sbd_zip_field].zip}
    <span class="{$listing_type.Key}" id="save_search"><span class="link" title="{$lang.save_search_hint}">{$lang.save_searc h}</span></span>
    {/if}
    and save search button It will not appear unless in this case

  6. #6
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    Correct, you need to set a zip code or city to get results because it's a search by distance

+ Reply to Thread