Closed rajarshi closed 1 year ago
Hi @rajarshi
You're right, the current search statements do not introspect the json object correctly; looking at the sqlite json docs, it seems that statement need to use json_each.value LIKE ...
or json_tree.type IN ...
instead.
I can tinker with this some more, to see how to introduce those; ideally, I'd like to include them as statements in the sql so they're usable by any programming language that supports sql bindings, rather than coming up with a python-specific solution.
Got it, thanks
Hi @rajarshi
I've recently revamped the search functions for allow for this; see the test and the updated example for how it works now, using the search templates.
I'm looking to do something like this
But I don't think the last statement works