summaryrefslogtreecommitdiff
path: root/test/integration/test-bug-490000-search-in-all-translations
AgeCommit message (Collapse)Author
2019-11-25Search in all available description translationsАлексей Шилин
When multiple translations of package descriptions are available, perform search in all of them. It allows using search patterns in any of the configured languages. Previously, only the first available translation was searched. As the result, patterns in e.g. English never matched packages which had their descriptions translated into local language. Closes: #490000