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
|
8baf25336f
|
fuzziness to the completion suggester
|
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
|
ccd67022d0
|
Merge branch 'multiple_suggesters' into service_msuggesters
Conflicts:
controller/suggest.js
|
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 a.k.a. insertcoffee
|
8370341450
|
Merge pull request #37 from pelias/service_wrapper
Service wrapper
|
10 years ago |
Peter Johnson
|
e24a467e96
|
suggest service
|
10 years ago |
Peter Johnson
|
3ea90dcf4d
|
typo
|
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
|
e92433c6ab
|
Merge branch 'master' into multiple_suggesters
|
10 years ago |
Harish Krishna
|
7088c6e215
|
Merge pull request #36 from pelias/mget
BUG FIX: /doc endpoint has properties with funky ids
|
10 years ago |
Harish Krishna
|
98aa6af4a8
|
Merge branch 'master' into mget
|
10 years ago |
Harish Krishna
|
6ac839f37b
|
take the first occurence of delim and compute id and type accordingly. This works with the case when the id has the delim character in it.
|
10 years ago |
Harish Krishna
|
49f954f561
|
updated docs
|
10 years ago |
Harish Krishna
|
f6244ac9c7
|
Merge branch 'master' into multiple_suggesters
|
10 years ago |
Harish Krishna
|
8ecd845082
|
Merge pull request #34 from pelias/mget
/doc
|
10 years ago |
Harish Krishna
|
81b3668b30
|
get to doc
|
10 years ago |
Harish Krishna
|
e637694237
|
doc - get
|
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
|
fb8f04da1e
|
Merge pull request #35 from pelias/mget-for-real
MGET
|
10 years ago |
Harish Krishna
|
b828a05b01
|
simplifying things, DRY - one endpoint 'GET' handles single/multiple requests. plus test coverage
|
10 years ago |
Harish Krishna
|
d74a08247b
|
Merge branch 'mget' into mget-for-real
|
10 years ago |
Harish Krishna
|
0dd495a378
|
going from ?id=123&type=geoname to ?id=geoname/123
tests updated
|
10 years ago |
Harish Krishna
|
23e6cfbef7
|
mget for real - first pass (experiencing problems with the backend client)
|
10 years ago |
Harish Krishna
|
516722f8dc
|
dont set type till its a valid type
|
10 years ago |
Harish Krishna
|
ed5a1923d3
|
grouping test cases when appropriate
|
10 years ago |
Harish Krishna
|
b7115db478
|
Merge branch 'master' into mget
|
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
|
32e9a13d64
|
type should be one of the indeces
|
10 years ago |
Harish Krishna
|
fb6947e3fe
|
/get endpoint - controller and sanitizer
|
10 years ago |
Harish Krishna
|
63df11c208
|
Merge pull request #32 from pelias/grouping-precision-tests
valid precision - tests grouped together
|
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
|
a8642cd97d
|
optional precision param
|
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
|
a0ed108d71
|
Merge branch 'master' into multiple_suggesters
|
10 years ago |
Peter Johnson @insertcoffee
|
30a5cbd6de
|
Merge pull request #33 from pelias/reverse-default-size
expand/ reverse size + new tests
|
10 years ago |