]> git.llucax.com Git - software/subdivxget.git/commit
Add fairly fine grained filtering support
authorLeandro Lucarella <luca@llucax.com.ar>
Sat, 14 Jul 2012 18:08:31 +0000 (20:08 +0200)
committerLeandro Lucarella <luca@llucax.com.ar>
Sat, 14 Jul 2012 18:12:54 +0000 (20:12 +0200)
commit9d5bd79c9f3b7039ae3de2d6364d426cfea7703a
tree3c0a651ae0e7412985915ef5e5219d1f994fdd45
parent8c1a098a0ed392dfb253e7fecd46353eea7e371a
Add fairly fine grained filtering support

Now the program can make only one query but it can accept multiple
optional filters based on the fields. Each extra argument is a filter
specification, and filters are all joined using a logical AND.

The individual filters have the format X:fitler, there X is a field
specification:
t = titulo
d = desc
a = autor
f = formato
c = comentarios
C = cds
F = fecha
D = downloads

And filter is a string that should be found on that field (case
insensitive). If the format specifier is not known (or there isn't one)
the filter string is looked in all the fields.
subdivxget