When searching for a patron by their address, the "Starts with" function yields no results.
(In reply to Laura Escamilla from comment #0) > When searching for a patron by their address, the "Starts with" function > yields no results. Searching for patrons with an address while using the "Standard" search field also yields no results with both the "Starts with" and "Contains" function.
The search we currently form is: "extended_attributes.value": { "like": "%" + pattern + (search_type == "contain" ? "%" : "" )}, Which defaults to an 'ends with' search
*** This bug has been marked as a duplicate of bug 34092 ***