you can do that if the data you're using is only in the index. I'm building up multiple reports for a bunch of different data (client tags, etc). so I need every note. makes sense to just walk the notes table.
I added a query plan that does this walk only for empty filters atm.
I am going to add index-only folds for if you don't need the note data (like for counts)
