Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Viktor Govako
5585915704 [search][tests] Updated integration tests.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-10-22 08:18:38 -03:00
Viktor Govako
b28127b858 [planet] New data from 241017.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
2024-10-22 08:18:38 -03:00
4 changed files with 2312 additions and 2312 deletions

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load diff

View file

@ -1039,11 +1039,11 @@ UNIT_CLASS_TEST(MwmTestsFixture, Streets_Rank)
};
/// @todo Streets should be highwer. Now POIs additional rank is greater than Streets rank.
processRequest("Santa Fe ", 20);
processRequest("Santa Fe ", 25);
/// @todo Prefix search gives POIs (Starbucks) near "Avenida Santa Fe". Some WTFs for street's ranking here:
/// - gives 'Full Prefix' name's rank
/// - gives m_matchedFraction: 0.777778, while 'st' should be counted for streets definitely
processRequest("Santa Fe st ", 12);
processRequest("Santa Fe st ", 17);
}
{