Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | handle find(dict(query : 'title:foo mimetype:text/plain'))Benjamin Saller2007-07-208-30/+77
|/ | | | | | | | | | | | where query is the string arg accepted by xapianindex::search use the system binary for copies, its already optimized use gnomevfs in converter as well as importer sorting on non-existant properties shouldn't throw errors sorting on dates verified
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/datastoreBenjamin Saller2007-07-181-0/+4
|\
| * Fix NEWSMarco Pesenti Gritti2007-07-181-0/+2
| |
| * Snapshot 535d9835e2.Marco Pesenti Gritti2007-07-181-0/+2
| |
* | chunk documents a bit more on read to reduce memory strainBenjamin Saller2007-07-181-87/+0
|/ | | | | read mimetypes from gnomevfs on usb mounts changed converters guess code to gnomevfs as well
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/datastoreBenjamin Saller2007-07-172-0/+63
|\
| * Snapshot 2978ff86bd.Marco Pesenti Gritti2007-07-161-0/+2
| |
| * New main helperMarco Pesenti Gritti2007-07-161-0/+60
| |
| * Update NEWSMarco Pesenti Gritti2007-07-161-0/+1
| |
* | make sure non-model properties make it into the result setBenjamin Saller2007-07-172-1/+15
|/
*