Closed dmitrymatio closed 3 months ago
Main fix of link text missing from search results by correctly mapping to the queried link's text value with
if (child.type === 'link') { return child?.children?.find(child => child.type === 'text')?.value; }
Some minor formatting fixes.
Tested within commerce-php repo where the issue was originally reported from by @dshevtsov
Description
Main fix of link text missing from search results by correctly mapping to the queried link's text value with
Some minor formatting fixes.
Related Issue
Motivation and Context
How Has This Been Tested?
Tested within commerce-php repo where the issue was originally reported from by @dshevtsov
Screenshots (if appropriate):
Types of changes
Checklist: