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 (Collapse)Author
2019-04-23[search] Heuristics for rating.tatiana-yan
2019-04-23[search] Add RemoveDauplicatingStreets test.tatiana-yan
2019-04-23[search] Match highways from different classes for removig duplicating ↵tatiana-yan
linear search results.
2019-04-22[booking][search] store viewport search params into SearchApi instead of ↵Arsentiy Milchakov
forwarding search params into callbacks.
2019-04-22[booking][search] booking filter improvement. review fixesArsentiy Milchakov
2019-04-22[booking] reduce count of requests to booking during filtration on mapArsentiy Milchakov
2019-04-18[indexer] naming fixes for feature::EHeaderMask, ↵Arsentiy Milchakov
feature::EHeaderMask::HEADER_GEOTYPE_MASK, feature::ELayerFlags, FeatureType::GetTriangesAsPoints
2019-04-18[indexer] enum feature::EGeomType is changed to enum class feature::GeomTypeArsentiy Milchakov
2019-04-15Several explicit constructors per the Cppcheck report.Maxim Pimenov
2019-04-15Review fixes.Maxim Pimenov
2019-04-15[search] [assessment-tool] Renamed Edits to ResultsEdits.Maxim Pimenov
2019-04-15[search] [assessment-tool] Samples can now be marked as useless.Maxim Pimenov
2019-04-15[search] [assessment-tool] Minor fixes.Maxim Pimenov
2019-04-12[std] Use new include style for coding, fixes.tatiana-yan
2019-04-12[std] Use new include style for coding, fixes.tatiana-yan
2019-04-11[search] [assessment-tool] Changed the display of the user's position.Maxim Pimenov
We used to call Framework's methods (OnLocationUpdate/OnLocationError) here but they come bundled with an unremovable heuristic that keeps the old position for some time when the position is lost. This resulted in sometimes showing wrong positions for the samples that do not have position info (the search params worked correctly and were not using the old pos).
2019-04-11[screenshots] Screenshots mode states.Daria Volvenkova
2019-04-10[search] [assessment-tool] Added Relevance::Harmful.Maxim Pimenov
2019-04-10[search] Remove unused RankTableCachetatiana-yan
2019-04-05[search] Do not cache viewport features for MatchAroundPivot.tatiana-yan
2019-03-27[search] [assessment-tool] Minor fixes.Maxim Pimenov
2019-03-25[search] Load villages from villages min drawable scale while getting search ↵tatiana-yan
result locality.
2019-03-25[search] [assessment-tool] Implemented searching in the background.Maxim Pimenov
2019-03-21[search] [assessment-tool] Stopped filling unknown positions in samples with ↵Maxim Pimenov
zeros.
2019-03-20[search] Minor fixes.Maxim Pimenov
2019-03-20[search] Cache localities from World on startup.tatiana-yan
2019-03-19[search] Pivot features cache lazy initialization.tatiana-yan
2019-03-19[search] Add IsCategorialRequestFuzzy method.tatiana-yan
2019-03-19[search] An attempt to check locale in the tools.Maxim Pimenov
2019-03-19[coding] Removed JoinFoldersToPath.Maxim Pimenov
2019-03-18Review fixes.tatiana-yan
2019-03-18[search] Use EditableMapObject instead of FeatureType for edited objects in ↵tatiana-yan
search::Retrieval.
2019-03-18[editor] Return EditableMapObject from Editor::GetEditedFeaturetatiana-yan
2019-03-18[map] Remove GetFeatureByID from Framework.tatiana-yan
2019-03-18[indexer] Disallow copy and move of FeatureType, remove ↵tatiana-yan
FeatureType::ParseEverything().
2019-03-15[search] Add StreetNameLocaleTest.tatiana-yan
2019-03-15[tests] Convert TestFeature m_name to StringUtf8Multilang.tatiana-yan
2019-03-15[search] Fix streets matching for generator: try all names, not only ↵tatiana-yan
FeatureType readable name.
2019-03-13[search] Made the categories cache more permissive.Maxim Pimenov
For example, LocalitiesCache is a CategoriesCache that uses IsLocalityChecker. This checker truncates types to the 2nd level, thus accepting "place-city-capital" as "place-city". On the other hand, before this commit only "place-city" was being added to the categories cache and now we add the whole subtree.
2019-03-11[search] Minor FeaturesLayerMatcher refactoring.tatiana-yan
2019-03-11Several explicit constructors per the Cppcheck report.Maxim Pimenov
2019-03-03[search_quality_tool] build fixArsentiy Milchakov
2019-03-01[vulkan] Fixed Linux compilationr.kuznetsov
2019-03-01Added Vulkan context factoryr.kuznetsov
2019-02-21[editor][indexer] Use EditableMapObject in editor instead of FeatureType.tatiana-yan
2019-02-20[search] Added the original query to the debug output of QueryParams.Maxim Pimenov
2019-02-20Review fixes.Maxim Pimenov
2019-02-20[search] Separated the ResultTracer.Maxim Pimenov
2019-02-20[search] Reenabled the relaxed search.Maxim Pimenov
2019-02-20[search] Tracing the provenance of results.Maxim Pimenov