Commit Graph

  • 36cc6415d0 tests search Harish Krishna 2015-07-22 11:46:09 -0400
  • 35105015b2 tests suggest sanitiser Harish Krishna 2015-07-22 11:29:13 -0400
  • e00c5aa2ad Testing search sanitisers Harish Krishna 2015-07-22 10:28:51 -0400
  • b361d4ee69 removing landmarks (was an experiment - has got nothing to do with address parsing) Harish Krishna 2015-07-21 18:51:10 -0400
  • dbd1664042 Merge branch 'master' into ngram-address-parser Harish Krishna 2015-07-21 18:47:49 -0400
  • 95c0e7461d TESTS! Harish Krishna 2015-07-21 18:46:22 -0400
  • 6c46b8e1e7 Merge 6be93ff0b0 into 5401ed9962 #168 Harish Krishna 2015-07-21 14:02:08 +0000
  • 5401ed9962 2.2.0 2.2.0 2.1.1 Harish Krishna 2015-07-21 10:01:05 -0400
  • 6efe46b796 Merge pull request #163 from pelias/err-fix Harish Krishna 2015-07-21 09:47:41 -0400
  • 3ed4842e86 timeout is one word #163 Harish Krishna 2015-07-21 09:44:12 -0400
  • 8e17f28170 typeof error should be string Harish Krishna 2015-07-20 16:46:26 -0400
  • e636e6830f Merge branch 'master' into ngram-address-parser Harish Krishna 2015-07-20 16:45:34 -0400
  • e56a40f172 Merge pull request #165 from pelias/suggest-no-more Harish Krishna 2015-07-20 16:43:02 -0400
  • b3f85ebc17 err & err.message instead of err.message Harish Krishna 2015-07-20 16:41:03 -0400
  • 6be93ff0b0 using terms instead of match #168 category Harish Krishna 2015-07-20 15:54:18 -0400
  • 506dc6d9da added category sanitiser to /search and updated search query to add the should match clause Harish Krishna 2015-07-20 15:38:27 -0400
  • ccf26378d0 use 1.3.0 https://github.com/DamonOehlman/addressit/pull/13 got merged! Harish Krishna 2015-07-20 10:50:05 -0400
  • 708c24195d adding admin_boost Harish Krishna 2015-07-18 12:59:01 -0400
  • 2f49322fb7 removing the console.log Harish Krishna 2015-07-17 17:32:17 -0400
  • 495c3251a4 moving all query parsing logic into its own helper. Tests to come Harish Krishna 2015-07-17 17:28:04 -0400
  • f78f49d857 moving sort logic.. popularity then population first! Harish Krishna 2015-07-17 16:07:44 -0400
  • 6011e4ee2b weighing admin2 equally with local_admin, locality and neighborhood. Harish Krishna 2015-07-17 15:55:52 -0400
  • 13e9aadeaf removing an outrageous if condition Harish Krishna 2015-07-17 15:26:22 -0400
  • a8c090252a if the query has a number - search addresses Harish Krishna 2015-07-17 14:44:48 -0400
  • 346f187c3e updateing isNumber regex Harish Krishna 2015-07-17 14:26:55 -0400
  • e1f3cfa0d3 no need to hit address parser if the input has just one token or two and no numbers Ex: new, new york, minneapolis etc dont need address parsing but 'starbucks 10010' might need it Harish Krishna 2015-07-16 14:09:45 -0400
  • ebd4a5a08a splitOnDelim first followed by a space tokenizer Harish Krishna 2015-07-16 13:44:26 -0400
  • a4d09f8e12 no address parsing required if there are only 2 or less tokens Harish Krishna 2015-07-16 13:27:20 -0400
  • 5a052627af Revert "fix broken test" #165 Harish Krishna 2015-07-15 19:45:22 -0400
  • f931a970f2 Merge 77e6fe8aad into 8b60fe4e9a #164 Harish Krishna 2015-07-15 23:41:54 +0000
  • 77e6fe8aad fix broken test #164 fix-test Harish Krishna 2015-07-15 19:37:57 -0400
  • e5f783567f remove all things that involved suggester including query mixer keeping the suggest sanitizer for suggest/nearby wherein lat/lon are required Harish Krishna 2015-07-15 19:39:39 -0400
  • 68dbf1bd2e fix broken test Harish Krishna 2015-07-15 19:37:57 -0400
  • a2a0a50b85 fix the number of admin_parts Harish Krishna 2015-07-15 17:27:39 -0400
  • c957cbaf4f bringing back admin2 Harish Krishna 2015-07-15 17:17:19 -0400
  • bdffe758d4 commenting out the overkill Harish Krishna 2015-07-15 16:46:36 -0400
  • 96a21570be fixing layers related bug - adding a default_layers_set flag to clean obj. Harish Krishna 2015-07-15 16:18:58 -0400
  • 5025b66a91 adding admin_weights instead of just boosting admin0 Harish Krishna 2015-07-15 15:30:09 -0400
  • 381cb1917a big fix - err is of type string if there is an error within express app - its of type object (with .message being string) in case of errors messages from the ES cluster Harish Krishna 2015-07-15 15:18:51 -0400
  • ae4e75784f big fix - err is of type string if there is an error within express app - its of type object (with .message being string) in case of errors messages from the ES cluster Harish Krishna 2015-07-15 15:18:51 -0400
  • be5709f66e Merge 6c55bdc5bf into 2de24ef40d #160 Harish Krishna 2015-07-15 18:40:37 +0000
  • 049a96efd6 flipping the popularity population order Harish Krishna 2015-07-15 14:39:58 -0400
  • 2de24ef40d Merge pull request #161 from pelias/master Peter Johnson a.k.a. insertcoffee 2015-07-15 15:12:23 +0200
  • e149fed273 check yoself before you wreck yoself Harish Krishna 2015-07-14 17:58:09 -0400
  • 042772cf3b only do address parsing when necessary Harish Krishna 2015-07-14 17:51:58 -0400
  • 1d24890b27 introducing target_layer that gets set part of input_parsing - if input is less than 3 characters -> only hit admin layers - if input suggests that its not a street address -> avoid hitting address layers Harish Krishna 2015-07-14 17:38:44 -0400
  • 6c55bdc5bf 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) #160 Harish Krishna 2015-07-14 14:24:39 -0400
  • d7b41dc8c2 middleware fix Harish Krishna 2015-07-14 14:01:59 -0400
  • 60c0619498 adding 408.js Harish Krishna 2015-07-13 17:10:21 -0400
  • 8b60fe4e9a Merge pull request #159 from pelias/408 #161 Harish Krishna 2015-07-14 14:38:26 -0400
  • 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) #159 Harish Krishna 2015-07-14 14:24:39 -0400
  • 71b0c12f70 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) Harish Krishna 2015-07-14 14:24:39 -0400
  • 812e56c516 Revert "[debug] if ES cluster in stage/prod ever returns 408" Harish Krishna 2015-07-14 14:22:28 -0400
  • d2cc05b8e8 [debug] if ES cluster in stage/prod ever returns 408 Harish Krishna 2015-07-14 14:16:46 -0400
  • 793182148a middleware fix Harish Krishna 2015-07-14 14:01:59 -0400
  • b51aed512b adding 408.js Harish Krishna 2015-07-13 17:10:21 -0400
  • f2197c4dd2 middleware fix Harish Krishna 2015-07-14 14:01:59 -0400
  • df66dccbc2 run webserver on all available cores, resolves #6 Peter Johnson 2015-07-14 14:18:45 +0200
  • 78c112d787 adding 408.js Harish Krishna 2015-07-13 17:10:21 -0400
  • b9c4c673f5 Revert "removing searchType overhead" Harish Krishna 2015-07-13 16:42:26 -0400
  • 31448f7f5a removing searchType overhead faster Harish Krishna 2015-07-13 16:28:08 -0400
  • ee4aa1b97a removing searchType overhead Harish Krishna 2015-07-13 16:28:08 -0400
  • 28e656faa3 2.1.0 2.1.0 Peter Johnson 2015-07-13 17:34:03 +0200
  • 8e0892b35b Merge pull request #156 from pelias/issue_139 Peter Johnson a.k.a. insertcoffee 2015-07-13 17:33:09 +0200
  • 42a2c189fc update travis to use containers Peter Johnson 2015-07-13 17:32:28 +0200
  • ce611fd933 increase search radius to 500km #156 Peter Johnson 2015-07-13 17:24:36 +0200
  • e95c2efb54 resolves #139 Peter Johnson 2015-07-13 17:22:37 +0200
  • 058ed151e0 Merge branch 'master' into ngram-address-parser Harish Krishna 2015-07-13 10:32:38 -0400
  • 4c8843d475 Merge pull request #155 from pelias/master Harish Krishna 2015-07-10 11:06:30 -0400
  • 263415ba80 Merge pull request #154 from pelias/remove_exact_match #155 Peter Johnson a.k.a. insertcoffee 2015-07-08 14:36:56 +0200
  • 0cf282767a remove exact_match script #154 Peter Johnson 2015-07-07 16:00:03 +0200
  • 81555745e4 reverting the revert Harish Krishna 2015-07-06 17:09:56 -0400
  • 169612bee7 reverting phrase.default Harish Krishna 2015-07-06 16:38:08 -0400
  • 06e8078c8e Merge branch 'production' of github.com:pelias/api into ngram-address-parser Harish Krishna 2015-07-06 15:33:01 -0400
  • f5e18e9e17 just input Harish Krishna 2015-07-06 15:27:24 -0400
  • c08a5919d4 adding landmark to the list Harish Krishna 2015-07-06 15:16:04 -0400
  • ffcef3417a 4 admin fields Harish Krishna 2015-07-06 14:28:04 -0400
  • e37d0cf5eb Merge branch 'master' of github.com:pelias/api into production Peter Johnson 2015-07-06 19:08:10 +0200
  • 812aa9ffc2 2.0.0 2.0.0 Peter Johnson 2015-07-06 19:02:54 +0200
  • 930dee47d8 Merge pull request #153 from pelias/ngram Peter Johnson a.k.a. insertcoffee 2015-07-06 19:00:11 +0200
  • 21d6585314 update sanitizer middleware #153 Peter Johnson 2015-07-06 17:20:36 +0200
  • 88c72a39fd Merge branch 'address-parser' into ngram-address-parser Harish Krishna 2015-07-01 16:32:31 -0400
  • 99c6f7e879 rename shingle->phrase, move phrase matching 'should' condition below admin condition', fix formatting/tests Peter Johnson 2015-06-30 16:29:49 +0200
  • e47d2f9de4 Merge 18cb46f444 into d1e30de00c #130 Severyn Kozak 2015-06-28 11:57:48 +0000
  • 40c49708e2 Merge pull request #145 from pelias/master Diana Shkolnikov 2015-06-26 09:05:07 -0400
  • d1e30de00c Merge pull request #144 from pelias/revert-141-acceptance-tests #145 Diana Shkolnikov 2015-06-26 09:03:20 -0400
  • 3548ca1584 Revert "Add acceptance tests to travis-ci scripts" #144 Diana Shkolnikov 2015-06-26 09:02:48 -0400
  • c702614913 Merge pull request #138 from pelias/benchmarking Peter Johnson a.k.a. insertcoffee 2015-06-25 17:27:29 +0200
  • 050c11ec0b just using a forked version of addressIt that focuses on US addresses (for now), modifying search queries and ignoring tests for now Harish Krishna 2015-06-22 14:59:08 -0400
  • 24b28d8754 Merge pull request #141 from pelias/acceptance-tests Diana Shkolnikov 2015-06-19 17:36:07 -0400
  • 4023c364a4 booo #141 Diana Shkolnikov 2015-06-19 16:15:43 -0400
  • ad37ab6283 Add acceptance tests to travis-ci scripts Diana Shkolnikov 2015-06-19 13:37:51 -0400
  • 542a93c00b Merge pull request #140 from pelias/details-flag Diana Shkolnikov 2015-06-19 10:18:06 -0400
  • 771877be69 Remove rbenv line travis-exp Diana Shkolnikov 2015-06-18 14:47:16 -0400
  • 1f6f5a9d52 Refactor truthy check into separate function #140 Diana Shkolnikov 2015-06-18 14:24:34 -0400
  • 1b954f70a3 more Diana Shkolnikov 2015-06-16 22:23:34 -0400
  • 2dc34f62f1 more Diana Shkolnikov 2015-06-16 22:15:43 -0400
  • b816e63ec0 more Diana Shkolnikov 2015-06-16 22:09:43 -0400
  • e397db1168 more Diana Shkolnikov 2015-06-16 21:51:16 -0400
  • db25c40067 more Diana Shkolnikov 2015-06-16 21:41:26 -0400