You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sp_match_text can be used to match an element, but does not support
optimisations. It would also be risky to optimise it, as users could be
matching against randomly generated or otherwise inconsistent coord_ids.
A sub such as sp_select_element() could specify optimisations. One could argue
the element chosen could be arbitrary, but this is semantically an unusual use
case due to the "select" in the sub name.
sp_select_element can just wrap around sp_match_text.
Original issue reported on code.google.com by shawnlaffan on 12 Aug 2012 at 12:16
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
shawnlaffan
on 12 Aug 2012 at 12:16The text was updated successfully, but these errors were encountered: