Gearbox Sorrows Posted January 27, 2022 Posted January 27, 2022 Hello everybody, I'm currently trying to figure out the possibilities with the script filter block and I enjoy it very much. One thing that would make it even more useful for me would be if it was possible to not only filter for the "title" of a JSON entry, but also possible the subtitle or something else. My thought was to embed tags into the JSON objects which do not appear in the entry title, but can still be found through the search. { "uid": "13 27 2022 8 13", "type": "Link", "title": "Bananas", "subtitle": "Book of Tropical Fruits", "variables": { "label": "Bananas", "tags": ["fruit", "tropical", "yellow"] } } Here is an example how this could look from a JSON standpoint. Can I make the tags somehow available in the search? Best wishes.
vitor Posted January 27, 2022 Posted January 27, 2022 What you’re looking for is match. See the docs. Gearbox Sorrows 1
Gearbox Sorrows Posted January 27, 2022 Author Posted January 27, 2022 Yes! That's exactly what I am looking for
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now