ChasMusic (he/him) on Nostr: npub16f70u…kknax Ah, hmmm, actually I don't want to extract the output of a view, I ...
npub16f70u0r3ttr4wc39tjuvsgj57x7jjg0af3j4semt2y6cnq05cg9qfkknax (npub16f7…knax) Ah, hmmm, actually I don't want to extract the output of a view, I want to run a views filter against the Body field which can give me, for example, on a page not marked as being in Chinese, find all Chinese-language text in that Body field that is not contained in a tag containing a lang="zh-hant" attribute (whether the immediately enclosing tag or a parent of it). Regex is not quite durable for this. I need to traverse the DOM tree of the Body field.