-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add "match" function #6
Comments
I could see |
Here is fine. :-)
Do you have any example of when such would be the case? In all cases that I have observed in practise, when multiple matches need to be made, then there is an additional selector that can be used, e.g. span. Though, you have explicitly said attribute values. Therefore, I'd be curious to know of a practical example. My problem with I could be overlooking a use case, though. |
I propose to label feature proposals lacking an use case with the label |
Raised an issue to track the proposal. |
Used to extract 1 match from the result.
This function function could be invoked either from the select, e.g.
or from the declarative API manifest, e.g.
An implementation:
The text was updated successfully, but these errors were encountered: