Harish Krishna
|
e405c9f2e3
|
moving the query mixing logic out of the controllers and into helper/queryMizer.json, deleting controller/suggest_nearby.js and test/unit/controller/suggest_naerby.js (because suggest_nearby is like suggest with a different query-mix. disabling a test in suggest.js for the moment
|
10 years ago |
Harish Krishna
|
69a13e9105
|
fixing all the js lint related issues (lintified)
|
10 years ago |
Peter Johnson
|
ab71ccc4a5
|
id fix for /suggest/nearby
|
10 years ago |
Peter Johnson
|
e4496763ad
|
id fix, formatting
|
10 years ago |
Harish Krishna
|
289cd745b2
|
moving the query in one place. adding tests
|
10 years ago |
Harish Krishna
|
04c81f761b
|
cant make all suggest queries fuzzy. so, moving it back into the controller. Adding sort_by_score
|
10 years ago |
Harish Krishna
|
70e0bf8543
|
fuzzy: AUTO (moving it back to all suggest queries)
|
10 years ago |
Harish Krishna
|
f789b1e6e5
|
introducing fuzziness in suggest queries as a mixin and not for all queries (because that results in an overkill) (this is a test)
|
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
|
dbd800b97f
|
maintain the order
|
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
|
6ddbe86ac5
|
perform mget during suggest. requires suggester output to be a gid
|
10 years ago |
Peter Johnson
|
e24a467e96
|
suggest service
|
10 years ago |
Peter Johnson
|
0301fe8e74
|
search service
|
10 years ago |
Peter Johnson
|
2ee32f1892
|
mget service
|
10 years ago |
Harish Krishna
|
7f2206d75b
|
moving things around
|
10 years ago |
Harish Krishna
|
81b3668b30
|
get to doc
|
10 years ago |
Harish Krishna
|
b828a05b01
|
simplifying things, DRY - one endpoint 'GET' handles single/multiple requests. plus test coverage
|
10 years ago |
Harish Krishna
|
23e6cfbef7
|
mget for real - first pass (experiencing problems with the backend client)
|
10 years ago |
Harish Krishna
|
fb6947e3fe
|
/get endpoint - controller and sanitizer
|
10 years ago |
Harish Krishna
|
b4f7366ba1
|
fine tuning 5-3-1 and admin logic
|
10 years ago |
Harish Krishna
|
b6b0c80f30
|
5/3/1 precisions for suggest that start with a number or if more than 3 characters. if its less than 3 characters give preference to admins
|
10 years ago |
Harish Krishna
|
db29e85a3c
|
precision as an array [3,1] resulted in mostly precision:1 values. so, splitting it up
|
10 years ago |
Harish Krishna
|
e75aac5570
|
when query is eual to or less than three letters - give admin* preference (with precision 1,3) and then fallback to pois.
|
10 years ago |
Harish Krishna
|
81c064308f
|
equal distribution (mostly equal to the size requested or less)
|
10 years ago |
Harish Krishna
|
6b192d598d
|
removing poi3 (mostly redundant) - deduping the results
|
10 years ago |
Harish Krishna
|
a824d209aa
|
play with precisions
|
10 years ago |
Harish Krishna
|
0a58bc9fea
|
adding type only if clean.layers are not undefined
|
10 years ago |
Harish Krishna
|
ef95f5b67d
|
adding type
|
10 years ago |
Harish Krishna
|
5f8c3da14e
|
using async (parallel)
|
10 years ago |
Harish Krishna
|
8771fc04da
|
query_poi should require suggest_poi
|
10 years ago |
Peter Johnson
|
6558cc9289
|
progress commit
|
10 years ago |
Peter Johnson
|
17134105d5
|
geojsonify /search and /reverse FTW
|
10 years ago |
Peter Johnson
|
26a5a7590b
|
refactor geojsonify
|
10 years ago |
Peter Johnson
|
613e7233af
|
flip lat/lon
|
10 years ago |
Peter Johnson
|
0b45036bce
|
flatten non-IO bound code
|
10 years ago |
Peter Johnson
|
42ac5f05eb
|
geojsonify suggest API
|
10 years ago |
Peter Johnson
|
d6ae185cc1
|
validity check
|
10 years ago |
Peter Johnson
|
18f4f6b256
|
refactor/ add more tests
|
10 years ago |
Harish Krishna
|
15c63e405c
|
adding a naive reverse api endpoint (also, shares most of the search controller). updated search query to include a filter and a sort (calculating a bounding box, given a lat/lon)
|
10 years ago |
Harish Krishna
|
554bbc62d3
|
adding search api endpoint and test (lat/lon in the query pending)
|
10 years ago |
Peter Johnson
|
4323b0030b
|
progress commit
|
10 years ago |
Peter Johnson
|
f48239a7d4
|
current dev branch
|
10 years ago |
Peter Johnson
|
b9db328ab6
|
initial commit
|
10 years ago |