This commit is contained in:
Sandeep Somavarapu 2017-09-19 11:16:28 +02:00
parent 876262b37c
commit e99995dce1

View file

@ -336,6 +336,7 @@ export class ExtensionGalleryService implements IExtensionGalleryService {
text = text.trim();
if (text) {
text = text.length < 200 ? text : text.substring(0, 200);
query = query.withFilter(FilterType.SearchText, text);
}