160 Commits (864ab53a967cab88f21338a6c2ae122a71f208c5)

Author SHA1 Message Date
Diana Shkolnikov fe38d2336d feat: allow postalcode-only structured queries 8 years ago
Diana Shkolnikov a52691c61e feat: search by postalcode 8 years ago
Diana Shkolnikov 4f999adce1 fix: empty values in parsed text caused exceptions 8 years ago
Stephen Hess be2a336038 updated naming from component to structured 8 years ago
Stephen Hess 7aad07368d modified tests to accommodate changes to ComponentFallbackQuery 8 years ago
Stephen Hess 7670eef3fb added support for city+country inputs 8 years ago
Stephen Hess d2c32b5afd added unit tests for component_geocoding query 8 years ago
Stephen Hess 08f4aa4b95 renamed files to be more indicative of what the function is 8 years ago
Stephen Hess d03a8c4586 added support for component geocoding 8 years ago
Stephen Hess df6bd50645 unrolled loop tests 8 years ago
Stephen Hess acb669b7b3 added support for optional country 8 years ago
Stephen Hess b8bd6c1252 enabled city/state only inputs for fallback queries 8 years ago
Julian Simioni 78cc4a5de3
Add boundary.rect handling to query/autocomplete 8 years ago
Diana Shkolnikov 9ff383cc2b change the query module interfaces back to simple functions 8 years ago
Diana Shkolnikov 3888ae0385 change query module interfaces to allow for additional meta data 8 years ago
Stephen Hess c841ed8121 limited fallbackQuery usage to analysis with `street` 8 years ago
Stephen Hess cc5c9f8468 disable calling GeodisambiguationQuery 8 years ago
Stephen Hess 15b7c3fa57 uncommented tests 8 years ago
Stephen Hess 6f4ec874fe added special override condition for libpostal query/housenumber mixup 8 years ago
Stephen Hess 876782ed3a enabled all scores and filters 8 years ago
Stephen Hess 484af8c044 changed from `text_parser` to `text_parser_addressit` 8 years ago
Stephen Hess 3b981d97ba copied in tests from master for `search_original` 8 years ago
Stephen Hess c257eb5fc3 added tests for new queries 8 years ago
Stephen Hess 5821ae6e81 libpostal changes 8 years ago
Julian Simioni c5e5bbcf56
Add boundary.country filter to /v1/autocomplete 8 years ago
Stephen Hess 8c12452fff added hardcoded values in tests where text-analyzer was being used before 8 years ago
Diana Shkolnikov 1df1a0765c Add categories filter to search query 8 years ago
Peter Johnson 7f18561595 remove focus.viewport API 8 years ago
Julian Simioni aa7942cbb9
Set up layer filtering for autocomplete and reverse 8 years ago
Peter Johnson cb67dd58d8 refactor boolean query filtering as per: https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking_20_query_dsl_changes.html#_literal_filtered_literal_query_and_literal_query_literal_filter_deprecated 8 years ago
missinglink ee73774c89 add tokenizer, refactor how we determine if a token is 'complete' or 'incomplete' 9 years ago
missinglink 2398f05f8d fix borough matching for both autocomplete and search endpoints 9 years ago
missinglink 01a3233a7b add a view to boost exact matches 9 years ago
Stephen Hess bd3b8e7bbe switched to pelias-text-analyzer package since that responsibility has been moved to there 9 years ago
Peter Johnson aa3e764e49 update analyzers to work with https://github.com/pelias/schema/pull/109 9 years ago
Peter Johnson 63301afeac wow this is easy to get wrong, added a unit test 9 years ago
Peter Johnson 0abda099a6 bugfixes and more tests 9 years ago
Diana Shkolnikov e9ceb25ca0 Fix crash when dedupe was comparing arrays as stings for parent properties 9 years ago
Diana Shkolnikov af8044ef29 Fix all unit tests 9 years ago
missinglink 3b4d566b11 add unit test 9 years ago
Peter Johnson db5a78623a disable viewport scale 9 years ago
Peter Johnson f1ead56e60 disable viewport scale 9 years ago
Diana Shkolnikov 9fa5fc5a77 calcSize became middleware (exposed and fixed bug in query defaults) 9 years ago
Diana Shkolnikov 54187dde67 Add dedupe middleware 9 years ago
Peter Johnson 49d37eafed one config per query 9 years ago
Julian Simioni 59b70f7c7e Rename helper/query_parser to helper/text_parser 9 years ago
Stephen Hess d732021d5e fixed tests 9 years ago
Peter Johnson 56591abe97 remove all references to tiebreaking groovy scripts 9 years ago
Stephen Hess dcadc7832e add focus:scale to /search requests with just viewport.*, calculated from bounding box diagonal, minimum of 1 9 years ago
Julian Simioni 57fb960471 Set centerpoint of viewport in search query 9 years ago