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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | location_search_withTitle2.patch | 1.64 KB | vishun |
| location_search_withTitle.patch | 1.41 KB | vishun |
Comments
Comment #1
vishun commentedwoops, forgot to account for when title: is not specified... fixed in following patch
Comment #2
vishun commentedalso 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
Comment #3
podarokall feature requests should be rolled against latest 7.x-3.x-dev and after commit can be backported to 6.x branch