Harish Krishna
|
b9c4c673f5
|
Revert "removing searchType overhead"
This reverts commit ee4aa1b97a .
|
9 years ago |
Harish Krishna
|
ee4aa1b97a
|
removing searchType overhead
|
9 years ago |
Diana Shkolnikov
|
99ee2d95a3
|
Change to readFileSync and update test to use proxyquire
|
10 years ago |
Diana Shkolnikov
|
4f1b75ce94
|
Fix test name
|
10 years ago |
Diana Shkolnikov
|
1d45b20268
|
Load markdown file into memory and check if client requested html
|
10 years ago |
Harish Krishna
|
a91cb23ea4
|
adding a new file DOCS.md (same as https://github.com/pelias/api/wiki/API-Endpoints), modifying controller/index.js to return text/html instead of application/json by default. Using markdown module to convert MD to HTML. Fixing tests (removed test/jsonp.coffee)
|
10 years ago |
Harish Krishna
|
0e9af3b9b8
|
adding controller tests to test details=true test case
|
10 years ago |
Harish Krishna
|
c99c5f712a
|
adding a parameter called details (defaults to false for all endpoint except reverse) + fixing tests
|
10 years ago |
Peter Johnson
|
ff757decb4
|
deprecate 'type' property, see PR notes
|
10 years ago |
Harish Krishna
|
ff9e9973fc
|
switching searchType from the default 'query_then_fetch' to 'dfs_query_then_fetch' because we have multiple shards in prod http://www.elasticsearch.org/blog/understanding-query-then-fetch-vs-dfs-query-then-fetch/
|
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
|
69a13e9105
|
fixing all the js lint related issues (lintified)
|
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
|
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
|
6ddbe86ac5
|
perform mget during suggest. requires suggester output to be a gid
|
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
|
17134105d5
|
geojsonify /search and /reverse FTW
|
10 years ago |
Peter Johnson
|
4b2ac09c7c
|
removed debug statement
|
10 years ago |
Peter Johnson
|
613e7233af
|
flip lat/lon
|
10 years ago |
Peter Johnson
|
42ac5f05eb
|
geojsonify suggest API
|
10 years ago |
Peter Johnson
|
18f4f6b256
|
refactor/ add more tests
|
10 years ago |
Peter Johnson
|
ee984c65b6
|
prettier reporting
|
10 years ago |
Peter Johnson
|
3857109793
|
add unit test suite
|
10 years ago |