#SQLite question
Am i right in thinking that you can combine use #FTS5 to have full text search on data from within #JSON columns?
I am _assuming_ it's just a matter of writing a valid trigger to extract said data into a virtual table but I'm having trouble finding an example.
I've never fully groked the syntax & limitations thereof for building those virtual tables. Utterly failed to do one with a simple join. 🤦♀️