if (typeof searchValue === "string") {
            if (searchValue === ".") {
                results[propName] = root.text();

            } else {