]> git.openstreetmap.org Git - nominatim.git/history - lib
Vagrant documentation: update path to php tests
[nominatim.git] / lib /
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-13 Sarah Hoffmannadd documentation for Phrase
2017-10-12 Sarah Hoffmanntake frequency scores from token description
2017-10-12 Sarah Hoffmannconvert phrase array to class
2017-10-11 Sarah HoffmannShow address rank in details and hide unset admin_level
2017-10-10 Sarah HoffmannSort results for near searches by proximity
2017-10-10 Sarah HoffmannMerge pull request #812 from lonvia/search-as-a-class
2017-10-09 Sarah Hoffmanndocumentation for SearchContext and SearchDescription
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 Hoffmanndon't trust words from word table to be sanatized
2017-10-08 Sarah Hoffmannadd missing include
2017-10-08 Sarah Hoffmannfix CodeSniffer violations
2017-10-08 Sarah Hoffmannfix more syntax issues
2017-10-08 Sarah Hoffmannmove Search dump function into SearchDescription class
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 Hoffmannadd new class for searches
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 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 Hoffmannsanitize special search term before normalizing
2017-10-04 Sarah Hoffmannfix postcode search
2017-10-04 Sarah Hoffmannonly allow either postcode or special search
2017-10-04 Sarah Hoffmannuse correct source for radius column in debug view
2017-10-03 Sarah Hoffmanntests: more coverage for all API endpoints
2017-10-03 Sarah HoffmannMerge pull request #803 from lonvia/update-postcodes
2017-10-03 Sarah Hoffmannmove psqlRunScript implementation into cmd lib
2017-10-03 Sarah Hoffmannfix search for postcode via structured query
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 Hoffmannskip output of lat/lon in debug when no near point...
2017-09-30 Sarah Hoffmannfix index when rechecking postcode name
2017-09-30 Sarah Hoffmannreturn unchanged term if normalizer was not found
2017-09-21 marc tobiasNearPoint::extractFromQuery - greedy-match optional...
2017-09-19 Sarah HoffmannMerge pull request #798 from mtmail/coordinate-extract...
2017-09-19 marc tobiasfix to NearPoint::extractFromQuery handling first minus...
2017-09-18 Sarah Hoffmannfix handling of near queries with special search
2017-09-18 Sarah Hoffmannfix display of nearpoint in debug view
2017-09-18 Sarah Hoffmannreinstate key-value amenity search
2017-09-17 Sarah Hoffmannmore API tests for code coverage
2017-09-17 Sarah Hoffmanntimestamp info message and repeat warnings at end
2017-09-16 Sarah HoffmannMerge pull request #782 from lonvia/rework-postcodes
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
2017-08-19 Sarah Hoffmannfix API tests wrt postcodes
2017-08-19 Sarah Hoffmannremove lat/lon check for search terms
2017-08-19 Sarah Hoffmannrequire postcodes to match exactly in normalised form
2017-08-19 Sarah Hoffmanninclude GB CodePoint data into location_postcode table
2017-08-19 Sarah Hoffmanntake postcode into account for other searches
2017-08-19 Sarah Hoffmannimmediately drop searches where requested country code...
2017-08-19 Sarah Hoffmanntake address part into account in postcode search
2017-08-19 Sarah Hoffmannadd search for postcode
2017-08-19 Sarah Hoffmannmove postcodes into special operation for Searches
2017-08-19 Sarah Hoffmannshow address tags and postcode in details
2017-06-09 Sarah HoffmannGuard against network failures in getDatabaseDate()
2017-06-06 Sarah HoffmannMerge pull request #745 from lonvia/restrict-poi-querie...
2017-06-05 Sarah Hoffmannlimit number of considered places in POI queries
2017-06-05 Sarah HoffmannMerge pull request #742 from lonvia/compare-normalized
2017-06-04 Sarah Hoffmanndisregard special phrases that do not match fully
2017-06-01 Sarah Hoffmannremove PHP version check
2017-06-01 big-oParameter to enable JSON pretty-printing
2017-05-26 Sarah HoffmannMerge pull request #734 from lonvia/use-pyosmium-for...
2017-05-25 Sarah Hoffmannswitch from osmosis to pyosmium for updates
2017-04-13 Sarah HoffmannMerge pull request #700 from lonvia/structured-address...
2017-04-08 Sarah Hoffmannremove street and addr_place columns in placex
2017-04-08 Sarah Hoffmannintroduce address column for place tables
2017-03-23 Sarah HoffmannMerge pull request #683 from lonvia/more-url-function
2017-03-22 Sarah Hoffmannmove moreURL computation into Geocode and include all...
2017-03-22 Sarah Hoffmannremove unused code
2017-03-19 Sarah HoffmannMerge pull request #671 from mtmail/html-view-use-geojs...
2017-03-19 Marc Tobias Mettenfor search,details in format=HTML return geometry in...
2017-03-18 Sarah HoffmannMerge pull request #667 from lonvia/refactor-nearpoint
2017-03-17 Sarah Hoffmannfix style
2017-03-16 Sarah Hoffmannadd tests for nearpoint sql functions
2017-03-16 Sarah Hoffmannuse NearPoint class in Search array
2017-03-15 Sarah Hoffmannmake NearPoint its own class
2017-03-12 Sarah HoffmannMerge pull request #661 from mtmail/travis-ci-badge
2017-03-12 Sarah HoffmannMerge pull request #660 from mtmail/new-github-URL
2017-03-12 marc tobiasgithub.com/twain47 => github.com/openstreetmap
2017-02-28 Sarah Hoffmanninclude housenumbers and postcodes when rechecking...
next