Silberengel @Silberengel - 1d
Oh, guess that's different, than in a RDB, where filters are just the WHERE clauses and stuff. Guess there are no real queries, in strfry, since it's all documents instead of tables, so you don't have to assemble a subset of table columns to filter (filters applying to the content of the rows), you just filter all of the documents. Or something.
Thanks, that clarified it for me.