153 Commits (c702614913a02d3d542af98c52ee11ccba77ec79)

Author SHA1 Message Date
Harish Krishna 650e88d79f making geo bias optional - first pass with all tests passing 10 years ago
Harish Krishna a67f640acb adding address type to layers by default 10 years ago
Harish Krishna 103ed5f006 using alias layer names in queryMixer and expanding them in helper/layers.js (keeping things DRY) 10 years ago
Harish Krishna 68aabd7647 tests 10 years ago
Peter Johnson 9d10f0fa49 add osm address type 10 years ago
Peter Johnson 293465b90c add address alias and openaddresses type. change default layers to 'poi,admin'. add comments. update tests 10 years ago
Harish Krishna 3973039f19 min/max lat/lon to form bbox from the input params 10 years ago
Harish Krishna 8a7b41edc6 test bbox sanitization 10 years ago
Harish Krishna b6d1f1d497 test valid search query without bbox (falls back to 50km distance query) 10 years ago
Harish Krishna 245abd7809 elasticsearch-backend now only accepts vertices and not latlon as properties 10 years ago
Harish Krishna ebf162f29e search with optional bbox - initial commit +tests 10 years ago
Harish Krishna bcf823c519 cleanup + tests 10 years ago
Harish Krishna fc7f6cb768 removing suggest_nearby, replacing suggest with suggest_multiple, commenting out a couple of tests for right now. 10 years ago
Harish Krishna 9afed3caef adding query mixer for suggest and suggest/nearby 10 years ago
Harish Krishna 69a13e9105 fixing all the js lint related issues (lintified) 10 years ago
Peter Johnson bb04a01b72 checkout test from branch:fuzzy to get master build passing 10 years ago
Peter Johnson 400c28769d add test for USA output schema 10 years ago
Peter Johnson cb63791669 update output schema for GBR 10 years ago
Peter Johnson 109758b25e add geojson bbox 10 years ago
Harish Krishna 49a63f1861 Documentation and some ciao tests 10 years ago
Harish Krishna 407c32e782 suggest_near_me to /suggest/nearby and suggest_near_me.js to suggest_nearby.js 10 years ago
Harish Krishna 886aa498f5 bringing back vanilla suggest (suggestions based on lat/lon/zoom only) - calling it suggest_near_me and adding a new endpoint (plus tests) 10 years ago
Harish Krishna b1424797cd adding tests for service wrapper 10 years ago
Harish Krishna a53a6fd6d8 no query needed 10 years ago
Harish Krishna be39fb5a8f adding tests for the doc controller 10 years ago
Harish Krishna f1d13c1337 consolidating suggest_poi and suggest_admin into one suggest endpoint. fixing tests (more tests to come) 10 years ago
Peter Johnson 6efa0aa510 expose id/type/layer 10 years ago
Peter Johnson 27e2c4e5b8 migrate outputGenerator from pelias/suggester-pipeline 10 years ago
Peter Johnson fcd60463cc remove geojsonify.suggest 10 years ago
Peter Johnson 88aa48ec01 formatting 10 years ago
Peter Johnson 6ddbe86ac5 perform mget during suggest. requires suggester output to be a gid 10 years ago
Harish Krishna 81b3668b30 get to doc 10 years ago
Harish Krishna ca10661457 adding a mget ciao test 10 years ago
Harish Krishna a2ce1b2c8f ciao 10 years ago
Harish Krishna 5e42b4ac0c de-dupe as part of sanitizing 10 years ago
Harish Krishna b828a05b01 simplifying things, DRY - one endpoint 'GET' handles single/multiple requests. plus test coverage 10 years ago
Harish Krishna 0dd495a378 going from ?id=123&type=geoname to ?id=geoname/123 10 years ago
Harish Krishna ed5a1923d3 grouping test cases when appropriate 10 years ago
Harish Krishna 018ee3b945 tests - adding get sanitizer tests, renaming sanitiser to suggest because that is what it is really. 10 years ago
Harish Krishna 51f23c4410 expand/ reverse size 10 years ago
Harish Krishna 1d54574d51 valid precision - tests grouped together 10 years ago
Harish Krishna 6b29c5bbfe adding 'aliases' - 'poi' & 'admin' for the layers param. 10 years ago
Harish Krishna 81a62482e7 query/suggest does not exist anymore. temp fix - using suggest_poi. changing controller/suggest to controller/suggest_poi as well 10 years ago
Peter Johnson c9b1718829 display all admin fields 10 years ago
Harish Krishna 0abe345c1c updating getPrecision() to handle null/undefined/empty zoom params 10 years ago
Harish Krishna 94ce548fce better naming 10 years ago
Harish Krishna b4683fafb3 test precision (and while writing the test, caught/fixed the bug where zoom=4 ftw) 10 years ago
Harish Krishna ecda07a520 fixing valid query test 10 years ago
Peter Johnson 03a60831b4 fix lat error 10 years ago
Peter Johnson d52c6077a9 add 'text' property to /search and /reverse 10 years ago