hey there.

love this module, its a crucial aspect of a project we're working on. however when it came to location search and more specifically proximity, we needed the ability to search by proximity as well as a normal type search (like node titles). so, i've hacked together an additional $key that allows you to search by proximity plus node titles from those filtered results.

to use the node title search with proximity, make your normal query like "title:sushi" and then do a proximity based search and voila... sushi results near your lat/long. its probably not perfect but i thought id share and get some feedback.

this is a patch for location/contrib/location_search/location_search.module

Comments

vishun’s picture

StatusFileSize
new1.64 KB

woops, forgot to account for when title: is not specified... fixed in following patch

vishun’s picture

also note i found that the views integration was more specifically what i needed for what i was trying to accomplish with the super sexy proximity search and an exposed views field

podarok’s picture

Version: 6.x-3.x-dev » 7.x-3.x-dev

all feature requests should be rolled against latest 7.x-3.x-dev and after commit can be backported to 6.x branch

Status: Needs review » Needs work

The last submitted patch, location_search_withTitle2.patch, failed testing.