Fix bad match edge case for google

This commit is contained in:
Jonathan Cremin 2017-12-15 12:00:04 +00:00
parent 82bac11f5a
commit 29cbd00b16

View file

@ -118,6 +118,7 @@ export function* search(data, original = {}, cleaned = false) {
}
return yield search(cleanedData, data, true);
}
return { service: 'google' };
}
const name = original.name || data.name;