mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +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'],
|
||||
// ['not', 'z']])
|
||||
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
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user