]> git.openstreetmap.org Git - nominatim.git/history - website/search.php
query the last updated timestamp only if output format is HTML
[nominatim.git] / website / search.php
2016-08-02 marc tobiasquery the last updated timestamp only if output format... v2.5.1
2016-02-06 Sarah HoffmannMerge pull request #361 from mtmail/detail-page-big...
2016-02-06 Sarah HoffmannMerge pull request #362 from mtmail/fix-timeout-on...
2016-01-29 Sarah HoffmannMerge pull request #354 from mtmail/configurable-tile-url
2016-01-27 Marc Tobias Mettenmake map tile layer configurable
2016-01-22 Sarah HoffmannMerge remote-tracking branch 'mtmail/mobile-responsive'
2016-01-19 Marc Tobias Mettenresponsive details-error page. Shared header and footer
2016-01-15 Marc Tobias MettenMerge branch 'mobile-responsive' of https://github...
2016-01-15 marc tobiasstatus after hackweekend London
2015-10-15 Marc Tobias Mettenmore tests for libphp - incorporate lonvias feedback
2015-08-22 marc tobiasstatus after hackweekend London
2015-08-11 Sarah Hoffmannuse url with php prefix in more url
2015-08-11 Sarah Hoffmannmake search with reverse plan default
2015-08-11 Sarah HoffmannMerge pull request #305 from lonvia/api-extratags
2015-08-10 Sarah Hoffmannimplement namedetails and extratags parameter for search
2015-04-30 Sarah HoffmannMerge branch 'reverse-lookup-including-tiger-lookup...
2015-04-30 Sarah HoffmannMerge branch 'feature/polygon-simplification' of https...
2015-04-29 Oleksandr ShulginCheck for positive polygon simplification threshold
2015-04-27 Oleksandr ShulginAdd polygon simplification
2014-10-15 Sarah HoffmannPATH_INFO is delivered URL encoded on newer apache 2.4
2014-03-03 Sarah Hoffmannintroduce util function to query db from command line
2014-01-23 Brian QuinionMerge branch 'master' of github.com:twain47/Nominatim
2014-01-23 Brian Quinionnominatim fallback mode for structured queries
2013-09-15 Sarah Hoffmannreenable reverse order queries, leave disabled for...
2013-09-12 Brian Quinionfix structured and batch mode. Add constant to disable...
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 QuinionXML and JSON map 'ploygon' param to AsPoints
2013-09-06 Brian QuinionTest for polygon param correctly
2013-09-06 Brian Quinionfix viewbox issues
2013-09-06 Brian QuinionFix for regressions: broken bounded search, error on...
2013-09-06 Brian Quinionbatch mode for json only
2013-09-06 Brian QuinionUse correct value for html ploygons
2013-09-06 Brian Quinionmove more code into library
2013-07-07 Sarah Hoffmannmore restrictive parsing of lat/lon
2013-06-19 Sarah Hoffmannsupport for partial matching of US ZIP+4 codes
2013-06-13 Brian Quinionmissed some postcode use cases
2013-06-11 Brian QuinionAllow for tiger addresses when filtering by rank
2013-06-11 Brian Quinionrecheck the rank limits before dropping out of the...
2013-06-11 Brian QuinionTry alternative orderings of structured queries that...
2013-06-07 Brian Quinionremove the structuredAddressElement function from searc...
2013-05-08 Sarah Hoffmannremove suggestion code, no longer works
2013-05-06 Sarah Hoffmannremove debug putput
2013-05-06 Sarah Hoffmannfix missing number conversion for coordinates
2013-05-06 Sarah Hoffmannfix 500 on reverse via search without result
2013-04-26 Sarah Hoffmannadd support for house numbers without street
2013-04-23 Sarah Hoffmannfix inconsistency between getNearestNamendRoadFeature...
2013-04-19 Sarah Hoffmannrestrict depth of word set calculation
2013-04-12 Sarah Hoffmannharmonize formatting of frontend php
2013-04-09 Sarah Hoffmannremove unused columns from word and search_name_* tables
2013-04-07 Sarah Hoffmannallow any unicode letter and spaces in special terms
2013-04-03 Sarah Hoffmanncorrect rank_address range for postalcodes
2013-02-28 Brian QuinionImport class:type from linked features to the extratags...
2013-02-24 Sarah Hoffmannremove full-word constraint for possible main words
2013-02-13 Sarah HoffmannMerge branch 'address-importance' of https://github...
2013-02-07 Brian Quinioninclude the type (not just class) in the dedupe
2013-01-31 Sarah Hoffmannsplit query as utf8 string to avoid splitting on non...
2013-01-31 Sarah Hoffmannstack importance instead of multiplying it for order
2013-01-31 Sarah Hoffmannorder results by importance of address parts
2013-01-31 Brian Quinionnow data isn't so lagy show the 'real' import date
2013-01-31 Brian Quinionavoid dropping tokens completely just because they...
2013-01-30 Brian Quinionfor structured queries assume 2 char country param...
2013-01-30 Brian QuinionChange round how CONST_Max_Word_Frequency is applied...
2013-01-24 Brian QuinionA bunch more places that should be using calculated_cou...
2013-01-24 Brian Quinionclean up some of the debug output
2013-01-19 Brian QuinionFor structured queries remove type list for building...
2013-01-18 Sarah Hoffmannrespect exclude_place_ids in poi searches
2013-01-18 Sarah Hoffmannallow country name at beginning for reverse order
2012-12-20 Brian Quinionperformance: for low frequency name terms disable use...
2012-12-18 Brian Quinionuse the new centroid property of placex in queries...
2012-12-14 Brian QuinionMerge branch 'master' of github.com:twain47/Nominatim
2012-12-12 Sarah Hoffmannmore isset checks for PHP variables
2012-12-12 Brian Quinionincluded calculated importance on details. Change...
2012-12-08 Brian Quinionif doing structured query limit the types of osm place...
2012-12-08 Brian Quinionprune list of blocked items if too large, different...
2012-12-03 Brian QuinionExperimental option to dry dropping query terms as...
2012-11-28 Brian QuinionMerge branch 'master' of github.com:twain47/Nominatim
2012-11-17 Sarah Hoffmanndon't search for country if house number was requested
2012-11-17 Sarah Hoffmanninternally use higher result limits
2012-11-15 Brian QuinionAccidentally used the same variable name for 2 things...
2012-11-09 Sarah Hoffmannuse geometry WKT for highlighting in search view
2012-11-07 Brian QuinionGet route param working again after recent changes...
2012-11-07 Brian QuinionMissing some exact name matches when searching for...
2012-11-06 Brian Quinionmising string concatenation (.)
2012-11-06 Brian Quinionmove error messages to consistent 'userError' function...
2012-11-06 Brian Quinionmake number of polygon outputs allowed a constant
2012-11-06 Brian Quinionlimit polygon output to one type as a time
2012-11-06 Brian QuinionAdd options to output polygon in various formats: polyg...
2012-11-05 Brian QuinionHandle multipolygon geometry a little bit (return first...
2012-11-05 Brian Quinionremove accidentally committed exit command
2012-11-05 Brian Quiniondon't include linked_place_id places in the sql output...
2012-11-02 Brian QuinionAllow option of structured search queries (params ameni...
2012-10-14 Sarah Hoffmanncorrect penalty for multi-word countries
2012-10-09 Sarah Hoffmannuse geometry column for special phrase queries
2012-09-30 Sarah Hoffmannlift restriction on special search term class
2012-09-30 Sarah HoffmannMerge remote-tracking branch 'lonvia/partial-search...
2012-09-24 Sarah Hoffmannignore frequent partial search terms
2012-08-25 Brian Quinionreduce effect of missing world now importance is better...
2012-08-24 Sarah Hoffmannfix 500 on search for bounded and class query terms
2012-07-22 Sarah HoffmannMerge branch 'patch-1' of https://github.com/Firefishy...
next