diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-13 17:02:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-13 17:02:51 +0200 |
commit | c79fdfb7d8a09a5e03d0c212892d941be96a0379 (patch) | |
tree | b21829920daf733a6aad81cb36d44fa7423c7803 /feature | |
parent | bba5278e13d00781989e448c1ac2d8e5d339502d (diff) |
Add note on supporting containers in queries
Diffstat (limited to 'feature')
-rw-r--r-- | feature/query/container | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/feature/query/container b/feature/query/container index 262f2b3..f8131b1 100644 --- a/feature/query/container +++ b/feature/query/container @@ -1,5 +1,8 @@ ! Support containers in queries +? Can't we do a simpler (but more limited) support via views by joining + the container? See email from <axel50397@gmail.com>/13-Mar-2015. + - Parts of a container query: * selector -- selects which elements are examined |