Harish Krishna
|
77e6fe8aad
|
fix broken test
|
9 years ago |
Harish Krishna
|
8b60fe4e9a
|
Merge pull request #159 from pelias/408
Adding 408: request timeout response
|
9 years ago |
Harish Krishna
|
1cfa76880b
|
check for err message if it contains the words request timeout (because sometimes it comes back as a 500 even though it should be 408)
|
9 years ago |
Harish Krishna
|
793182148a
|
middleware fix
|
9 years ago |
Harish Krishna
|
b51aed512b
|
adding 408.js
|
9 years ago |
Peter Johnson
|
28e656faa3
|
2.1.0
|
9 years ago |
Peter Johnson a.k.a. insertcoffee
|
8e0892b35b
|
Merge pull request #156 from pelias/issue_139
Issue 139
|
9 years ago |
Peter Johnson
|
42a2c189fc
|
update travis to use containers
|
9 years ago |
Peter Johnson
|
ce611fd933
|
increase search radius to 500km
|
9 years ago |
Peter Johnson
|
e95c2efb54
|
resolves #139
|
9 years ago |
Peter Johnson a.k.a. insertcoffee
|
263415ba80
|
Merge pull request #154 from pelias/remove_exact_match
remove exact_match script
|
9 years ago |
Peter Johnson
|
0cf282767a
|
remove exact_match script
|
9 years ago |
Peter Johnson
|
812aa9ffc2
|
2.0.0
|
9 years ago |
Peter Johnson a.k.a. insertcoffee
|
930dee47d8
|
Merge pull request #153 from pelias/ngram
merge ngram
|
9 years ago |
Peter Johnson
|
21d6585314
|
update sanitizer middleware
|
9 years ago |
Peter Johnson
|
99c6f7e879
|
rename shingle->phrase, move phrase matching 'should' condition below admin condition', fix formatting/tests
|
10 years ago |
Diana Shkolnikov
|
d1e30de00c
|
Merge pull request #144 from pelias/revert-141-acceptance-tests
Revert "Add acceptance tests to travis-ci scripts"
|
10 years ago |
Diana Shkolnikov
|
3548ca1584
|
Revert "Add acceptance tests to travis-ci scripts"
|
10 years ago |
Peter Johnson a.k.a. insertcoffee
|
c702614913
|
Merge pull request #138 from pelias/benchmarking
add logging for elasticsearch query execution time
|
10 years ago |
Diana Shkolnikov
|
24b28d8754
|
Merge pull request #141 from pelias/acceptance-tests
Add acceptance tests to travis-ci scripts
|
10 years ago |
Diana Shkolnikov
|
4023c364a4
|
booo
|
10 years ago |
Diana Shkolnikov
|
ad37ab6283
|
Add acceptance tests to travis-ci scripts
|
10 years ago |
Diana Shkolnikov
|
542a93c00b
|
Merge pull request #140 from pelias/details-flag
Details param not working as expected
|
10 years ago |
Diana Shkolnikov
|
1f6f5a9d52
|
Refactor truthy check into separate function
|
10 years ago |
Diana Shkolnikov
|
63ed198320
|
Details param not working as expected
Fixes #135
|
10 years ago |
Diana Shkolnikov
|
061f151bc8
|
Revert "Use multi_match in name.* for /search"
This reverts commit 3697627fb7 .
|
10 years ago |
Peter Johnson
|
efec90139e
|
alias endpoints
|
10 years ago |
Peter Johnson
|
4770f0660f
|
multi_match -> match
|
10 years ago |
Peter Johnson
|
60a02315ae
|
enable shingle matching
|
10 years ago |
Peter Johnson
|
d80008d098
|
pedantry: fix indentation and code comment
|
10 years ago |
Peter Johnson
|
87018d88f6
|
add logging for elasticsearch query execution time
|
10 years ago |
Diana Shkolnikov
|
129dbeb598
|
Merge pull request #131 from pelias/multi_match
Use multi_match in name.* for /search
|
10 years ago |
Diana Shkolnikov
|
3697627fb7
|
Use multi_match in name.* for /search
|
10 years ago |
Diana Shkolnikov
|
289cb1ba37
|
Merge pull request #122 from pelias/doc-details
Add categories and address properties to result doc
|
10 years ago |
Severyn Kozak
|
beb6dfb790
|
Merge pull request #123 from pelias/add-logging#8
add logging
|
10 years ago |
Severyn Kozak
|
56922a012a
|
Merge pull request #126 from pelias/edit-docs
some DOCS.md refactoring
|
10 years ago |
Severyn Kozak
|
57d133b813
|
Merge pull request #113 from pelias/boost-exact-matches#5
Boost exact matches#5
|
10 years ago |
Diana Shkolnikov
|
39e3672271
|
Fix property check
|
10 years ago |
Severyn Kozak
|
b94a346a1d
|
package.json: v1.2.1
|
10 years ago |
Severyn Kozak
|
c1b782abb5
|
DOCS.md: remove bbox from the /reverse parameters.
(it's not actually supported for that particular endpoint)
|
10 years ago |
Peter Johnson
|
dff3f9896a
|
1.2.0
|
10 years ago |
Peter Johnson a.k.a. insertcoffee
|
758b8fad60
|
Merge pull request #124 from pelias/issue84
try/catch extent()
|
10 years ago |
Peter Johnson
|
ee24214aae
|
refactor for clarity
|
10 years ago |
Severyn Kozak
|
f1db1dc385
|
Remove unnecessary category weights.
helper/category_weights.js
-Address @missinglink's comment:
https://github.com/pelias/api/pull/106#issuecomment-99401791
-Remove category weights with default values, since they're
unnecessary.
|
10 years ago |
Severyn Kozak
|
1f25303523
|
Quote properties.
(query/sort, test/unit/query/search).js
-Address @dianashk's comment:
https://github.com/pelias/api/pull/113/files#r29764750
|
10 years ago |
Peter Johnson
|
00ff35a7de
|
update dep, resolves #84
|
10 years ago |
Severyn Kozak
|
2281cdca21
|
Use inline code delimiters for parameter names.
DOCS.md
-Since parameter names are code-related, use inline-code
rather than bold delimiters for them.
-Use a uniform "default value" syntax.
|
10 years ago |
Peter Johnson
|
ce96e1274a
|
try/catch extent()
|
10 years ago |
Severyn Kozak
|
a921961c7d
|
Remove redundant parameter documentation.
DOCS.md
-Rather than repeating parameter documentation verbatim for
similar endpoints, simply reference the related endpoints.
|
10 years ago |
Severyn Kozak
|
435c45562c
|
rEADME: use inline rather than block code delimiters.
DOCS.md
-Replace inline use of ```code``` with `code`, to reduce
character bloat and since that's what the inline delimiters are
meant for.
|
10 years ago |