Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/search
AgeCommit message (Expand)Author
2015-09-23[search] Show up to 200 results in viewport.vng
2015-09-23Improved viewport selection for search based on city populationDenis Koronchik
2015-09-23[ios] Modified search suggests uiIgor Khmurets
2015-09-23Suggest categories for cityDenis Koronchik
2015-09-23[search] Calculate highlight range for the search::Result.Denis Koronchik
2015-09-23Added function to calculate equal ranges between string and the set of tokens.Denis Koronchik
2015-09-23[search] Fixed suggestion order with house numbers.vng
2015-09-23Fixed bug with full street suggestvng
2015-09-23Use one house search algorithm with 3 steps: odd/even and consequentially.vng
2015-09-23Added helper functions to coordinates formattingAlex Zolotarev
2015-09-23Add comments.Sergey Pisarchik
2015-09-23Fixed API and search routine.vng
2015-09-23Fixed suggest search result bugs.vng
2015-09-23[search] Increase emitted search results count.vng
2015-09-23Restart search and display results with every viewport changing.vng
2015-09-23[ios] Fixed merge conflicts with new UserMarkIgor Khmurets
2015-09-23[core] Added new search result typeIgor Khmurets
2015-09-23[search] Implement suggestions for countries, cities, streets.vng
2015-09-23[android] Removed unused code.vng
2015-09-23[search] Fixed coordinates input parsing.vng
2015-09-23compile error fixSergey Pisarchik
2015-09-23Minor code changes.vng
2015-09-23[search] generate house number to check with house number step.Kirill Zhdanovich
2015-09-23[search] Strict address match routine.vng
2015-09-23[search] Do search in ALL mode always.vng
2015-09-23[search]vng
2015-09-23[search] Fixed bug with non-working degrees matching due to unicode normaliza...Alex Zolotarev
2015-09-23[search] Match houses with index Kirill Zhdanovich
2015-09-23Correct using of cstring and memcpy includes.vng
2015-09-23[search] Fixed address results emitting (include partially matched).vng
2015-09-23[search] change string to char const * for afficsKirill Zhdanovich
2015-09-23[search] house number recognitionKirill Zhdanovich
2015-09-23[android] Compilation fix (use ascii chars in code).vng
2015-09-23[search] Address search vocabulary updateKirill Zhdanovich
2015-09-23[search] Voting algorithmKirill Zhdanovich
2015-09-23[search] refactoring of results storageKirill Zhdanovich
2015-09-23[search] Address search algorithm improvmentKirill Zhdanovich
2015-09-23[search] Minor fixes.vng
2015-09-23[search] Better house number parsing (take into account American style).vng
2015-09-23[search] Do house matching with possible non-ordered neighbors.vng
2015-09-23[search] Do correct distance test for house results comparison.vng
2015-09-23[search] Added more "highway" types for streets.vng
2015-09-23[search] Refactoring of matching house number for input token.vng
2015-09-23[search] Fixed address data generation - take objects with the "building" typ...vng
2015-09-23[search] Core review fixes.vng
2015-09-23[search]Scoring fixes, delete chain merge code.Kirill Zhdanovich
2015-09-23[search] Better pivot choosing strategy.vng
2015-09-23[search] Fixed streets merging.vng
2015-09-23[search] Offset for houses reading is dependent approximate from street length.vng
2015-09-23[search] Correct street merge with duplicates filtering.vng