[wgem] searching through the suggestions index | fix iso descriptions

This commit is contained in:
Vinícius Moreira
2019-12-17 12:33:47 -03:00
parent ab043cc318
commit ea14310ad7
4 changed files with 71 additions and 18 deletions

View File

@@ -14,7 +14,7 @@ from bauh.commons import internet
RE_IS_URL = re.compile(r'^https?://.+')
SUGGESTIONS_LIMIT = 5
SUGGESTIONS_LIMIT = 10
class GenericSoftwareManager(SoftwareManager):