From fedabdbdf71317ec46bb65a3d84dd33e33e19336 Mon Sep 17 00:00:00 2001 From: Brian Hall Date: Mon, 22 Jul 2024 09:56:36 -0500 Subject: [PATCH] Minor fix for searchpeoplefree (#2999) Task/Issue URL: https://app.asana.com/0/1199230911884351/1207827203517939/f Tech Design URL: CC: **Description**: Very minor update for searchpeoplefree to add spaces around "in" so we aren't splitting up names containing those letters. **Steps to test this PR**: 1. **Definition of Done**: * [ ] Does this PR satisfy our [Definition of Done](https://app.asana.com/0/1202500774821704/1207634633537039/f)? --- ###### Internal references: [Pull Request Review Checklist](https://app.asana.com/0/1202500774821704/1203764234894239/f) [Software Engineering Expectations](https://app.asana.com/0/59792373528535/199064865822552) [Technical Design Template](https://app.asana.com/0/59792373528535/184709971311943) [Pull Request Documentation](https://app.asana.com/0/1202500774821704/1204012835277482/f) --- .../Resources/JSON/searchpeoplefree.com.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/searchpeoplefree.com.json b/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/searchpeoplefree.com.json index 653ee2628b..b61ac35153 100644 --- a/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/searchpeoplefree.com.json +++ b/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Resources/JSON/searchpeoplefree.com.json @@ -1,7 +1,7 @@ { "name": "Search People FREE", "url": "searchpeoplefree.com", - "version": "0.2.0", + "version": "0.3.0", "parent": "peoplefinders.com", "addedDatetime": 1703052000000, "steps": [ @@ -22,7 +22,7 @@ "profile": { "name": { "selector": ".h2", - "beforeText": "in" + "beforeText": " in " }, "alternativeNamesList": { "selector": ".//h2[contains(@class, 'h2')]/span[contains(@class, 'd-block')]",