- Issue created by @kopeboy
The most common use case I image is filtering a Views list, but I couldn't find how.
Let's take the default standard install frontpage for example:
I would like to filter based on both the title and summary of nodes, but hide the whole .views-row
How can I do it?
I guess the Elements selector should be .views-row
, but how I set up the XPath to take the inner text of multiple elements?
(This won't work: text(.node__title a span), text(.teaser__content p)
)
Active
1.1
Documentation