mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
starting work on .query(..)...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
12d2815345
commit
5437d8f0de
@ -412,6 +412,19 @@ var TagsPrototype = {
|
|||||||
// ['or', 'a', 'b'],
|
// ['or', 'a', 'b'],
|
||||||
// ['not', 'z']])
|
// ['not', 'z']])
|
||||||
query: function(){
|
query: function(){
|
||||||
|
// XXX each of the arguments can be:
|
||||||
|
// - tag -> resolves to list of values
|
||||||
|
// - query -> resolves to list of values
|
||||||
|
// - list of values
|
||||||
|
var ns = {
|
||||||
|
and: function(...e){
|
||||||
|
},
|
||||||
|
or: function(...e){
|
||||||
|
},
|
||||||
|
not: function(...e){
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
// XXX
|
// XXX
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user