]> git.openstreetmap.org Git - nominatim.git/history - lib/Geocode.php
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / lib / Geocode.php
2018-03-26 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2018-03-26 Sarah HoffmannMerge pull request #989 from lonvia/pretty-debug
2018-03-25 Sarah Hoffmannnicer formatting for Geocode debug output
2018-03-24 Sarah HoffmannMerge pull request #986 from mtmail/php-replace-sizeof
2018-03-22 marc tobiasreplace PHP sizeof() with either count() or empty()
2018-03-16 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2018-03-08 Sarah HoffmannMerge branch 'vagrant-centos-with-selinux' of https...
2018-03-06 Sarah HoffmannMerge pull request #941 from mtmail/parameter-parser...
2018-03-01 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2018-03-01 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2018-03-01 Sarah Hoffmanndo not allow importance to become 0
2018-02-19 Sarah Hoffmanndo not allow importance to become 0
2018-02-12 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2018-02-10 Sarah HoffmannMerge pull request #905 from mtmail/illinois-li-case...
2018-02-10 Sarah HoffmannMerge pull request #909 from mtmail/decimal-coord-parsi...
2018-02-10 Sarah HoffmannMerge pull request #910 from mtmail/shorten-line-in...
2018-02-10 Sarah HoffmannMerge pull request #911 from mtmail/trivial-typo
2018-02-08 marc tobiastypo in error message
2018-02-06 Marc Tobias Mettenmake sure Illinois,Alabama,Louisiana state code special...
2018-01-11 Sarah Hoffmannconvert remaining http links and shorten copyright URL
2018-01-05 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-12-17 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-12-14 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-10-27 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-10-26 Sarah HoffmannMerge pull request #835 from lonvia/fix-quoting
2017-10-26 Sarah Hoffmannreplace double-quoting with single quotes where applicable
2017-10-25 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-10-25 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-10-24 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-10-24 Sarah Hoffmannfix uninitialised rank variable when regrouping searches
2017-10-24 Sarah Hoffmannrevert use of global penalty for a search direction
2017-10-24 Sarah HoffmannMerge pull request #829 from lonvia/result-as-a-class
2017-10-23 Sarah Hoffmannuse PlaceLookup::loadParamArray in search and lookup
2017-10-23 Sarah Hoffmannuse PlaceLookup in search
2017-10-23 Sarah Hoffmannuse Result class in reverse geocoding
2017-10-23 Sarah Hoffmannintroduce Result class in Geocode and SearchDescription
2017-10-15 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-10-15 Sarah HoffmannMerge pull request #814 from lonvia/phrase-as-a-class
2017-10-13 Sarah Hoffmannfix CodeSniffer offences
2017-10-13 Sarah Hoffmannmove word recheck into token collection
2017-10-13 Sarah Hoffmannsimplify cross-check of country tokens
2017-10-13 Sarah Hoffmannremove unused $aPossibleMainWordIDs array
2017-10-12 Sarah Hoffmanntake frequency scores from token description
2017-10-12 Sarah Hoffmannconvert phrase array to class
2017-10-12 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-10-10 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-10-10 Sarah HoffmannSort results for near searches by proximity
2017-10-10 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-10-10 Sarah Hoffmannrevert customizations prior to merge of refactoring
2017-10-10 Sarah HoffmannMerge pull request #812 from lonvia/search-as-a-class
2017-10-09 Sarah Hoffmanncoding style and some documentation
2017-10-09 Sarah Hoffmannmove complete search query code into SearchDescription
2017-10-08 Sarah Hoffmannmove country list to SearchContext
2017-10-08 Sarah Hoffmannmove excluded place list to SearchContext
2017-10-08 Sarah Hoffmannmove viewbox sql to new SearchContext
2017-10-08 Sarah Hoffmannreplace NearPoint with a more generic context object
2017-10-08 Sarah Hoffmannfix CodeSniffer violations
2017-10-08 Sarah Hoffmannfix more syntax issues
2017-10-08 Sarah Hoffmannfix syntax errors from introduction of SearchDescription
2017-10-08 Sarah Hoffmannconvert getGroupedSearches to SearchDescription class
2017-10-08 Sarah Hoffmannadd function to convert array to SQL
2017-10-08 Sarah Hoffmannuse SearchDescription class in query loop
2017-10-07 Sarah Hoffmannmove initial search setup to new class type
2017-10-07 Sarah Hoffmanndrop searches with excluded country codes earlier
2017-10-07 Sarah Hoffmannremove code for dropping address terms
2017-10-06 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-10-06 Sarah Hoffmannfix variable names
2017-10-06 Sarah Hoffmannfurther restrict use of partial terms in names
2017-10-06 Sarah Hoffmannhousenumbers may only appear before or after the name
2017-10-06 Sarah Hoffmannpenalize search order where a country comes first
2017-10-06 Sarah Hoffmannallow postcodes and housenumbers together
2017-10-05 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-10-05 Sarah Hoffmannsanitize special search term before normalizing
2017-10-04 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-10-04 Sarah Hoffmannfix postcode search
2017-10-04 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-10-04 Sarah Hoffmannonly allow either postcode or special search
2017-10-03 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-10-03 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-10-03 Sarah Hoffmannfix search for postcode via structured query
2017-10-02 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-10-02 Sarah Hoffmannremove unnecessary size check
2017-10-02 Sarah Hoffmannbe more strict with searches involving house numbers
2017-10-02 Sarah Hoffmannavoid unnecessary SQL when rechecking rank restrictions
2017-10-01 Sarah Hoffmannorder of viewbox coordinates does not matter
2017-10-01 Sarah HoffmannMerge pull request #802 from mtmail/coordinate-extract...
2017-09-30 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-09-30 Sarah Hoffmannfix index when rechecking postcode name
2017-09-30 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-09-30 Sarah Hoffmannreturn unchanged term if normalizer was not found
2017-09-29 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-09-18 Sarah Hoffmannfix handling of near queries with special search
2017-09-18 Sarah Hoffmannreinstate key-value amenity search
2017-09-17 Sarah Hoffmannmore API tests for code coverage
2017-09-16 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-09-16 Sarah HoffmannMerge pull request #782 from lonvia/rework-postcodes
2017-08-31 Sarah HoffmannMerge remote-tracking branch 'upstream/master'
2017-08-21 Sarah Hoffmannfurther restrict results for <postcode>, <term>
2017-08-19 Sarah Hoffmannfix subqueries when getting details for postcodes
2017-08-19 Sarah Hoffmannthrow away searches with two postcodes
next