]> git.openstreetmap.org Git - nominatim.git/history - lib/Geocode.php
disable housenumber-specific search when no address details are provided
[nominatim.git] / lib / Geocode.php
2015-02-05 Sarah Hoffmanndisable housenumber-specific search when no address...
2015-02-04 Sarah Hoffmannorder search results by existance of housenumbers
2015-02-04 Sarah Hoffmannactually write back the reversed final phrase when...
2015-01-28 Sarah Hoffmannuse _st_intersects when dealing with countries, it...
2015-01-26 Sarah Hoffmannremove hack for fixing adminitrative typo
2015-01-26 Sarah Hoffmanndon't use tokens from country parameter in address...
2015-01-26 Sarah Hoffmannneed phrase types in getGroupedSearches
2015-01-23 Sarah HoffmannMerge remote-tracking branch 'lonvia/inverse-query-II'
2015-01-21 Sarah Hoffmannfully evaluate reverse order of queries
2014-10-08 Sarah Hoffmannrespect bounded in country searches
2014-09-29 Sarah Hoffmannexperimental tweaking of ranks of searches
2014-09-23 Marc Tobias Mettenmove looksLikeLatLonPair into lib.php, basic PHP test...
2014-09-21 Sarah Hoffmannfix adding of spaces in GB postcode
2014-09-03 Sarah Hoffmannfix coordinate order for route parameter
2014-09-03 Sarah Hoffmannapply rank restrictions already when scanning search_na...
2014-05-16 Sarah HoffmannMerge branch 'place-in-addressdetails' of https://githu...
2014-05-10 Sarah Hoffmannnormalize house numbers in placex when searching
2014-05-01 Sarah Hoffmannfix PHP warnings about undefined variables
2014-05-01 Sarah Hoffmanngive slight preference to full-word matches when reranking
2014-05-01 Sarah Hoffmannremove some dead code
2014-05-01 Sarah Hoffmanndon't enlarge viewbox when bounded is requested
2014-05-01 Sarah Hoffmannfix formatting
2014-05-01 Sarah Hoffmannsanity check of house number format
2014-05-01 Sarah Hoffmannadd penalty for special term searches
2014-04-30 Sarah Hoffmannremove New York hack
2014-04-30 Sarah Hoffmanntake viewbox into account for final result ranking
2014-03-13 Sarah Hoffmannprefer street results when doing house number search
2014-03-10 Sarah Hoffmannallow US state name abbreviations at beginning of searc...
2014-03-03 Sarah Hoffmannintroduce util function to query db from command line
2014-03-02 Sarah Hoffmannalways return bbox ccordinates as string
2014-02-07 Sarah Hoffmannfix syntax of route linestring
2014-01-23 Brian QuinionMerge branch 'master' of github.com:twain47/Nominatim
2014-01-23 Brian Quinionnominatim fallback mode for structured queries
2013-12-04 Sarah Hoffmannfurther tweak secondary ordering of results
2013-11-23 Sarah Hoffmannfix indentation
2013-11-23 Sarah Hoffmannexplain results for Geocode::lookup()
2013-09-17 Sarah Hoffmannuse object properties in loadStructuredAddressElement()
2013-09-16 Sarah Hoffmannmove country to end of structured query
2013-09-15 Sarah Hoffmannreenable reverse order queries, leave disabled for...
2013-09-13 Brian QuinionFix missed local variable aAddressRankList in conversion
2013-09-13 Brian QuinionLimit wordset combination explosion to 120 variants...
2013-09-12 Brian Quinionfix structured and batch mode. Add constant to disable...
2013-09-10 Sarah Hoffmannuse object properties in getDetails()
2013-09-09 Brian Quinionimprove admin type labels
2013-09-09 Sarah HoffmannMerge branch 'osmosis_error_return' of https://github...
2013-09-09 Sarah HoffmannMerge branch 'master' of https://github.com/spin0us...
2013-09-06 Brian Quinionerrors in structured queries
2013-09-06 Brian QuinionXML and JSON map 'ploygon' param to AsPoints
2013-09-06 Brian QuinionAllow for reverse geocode returning no results
2013-09-06 Brian Quinionfix viewbox issues
2013-09-06 Brian QuinionFix for regressions: broken bounded search, error on...
2013-09-06 Brian QuinionFirst run at turning search into a library