Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/olpc/datastore/indexstore.py
Commit message (Expand)AuthorAgeFilesLines
* Rename the module from olpc.datastore to carquinyol to make clearer that it's...Tomeu Vizoso2009-02-041-238/+0
* Add timestamp property if missing during the migrationTomeu Vizoso2009-01-111-1/+0
* Drop mtime hack, journal will always filter by timestamp from now onTomeu Vizoso2009-01-111-17/+0
* Index the keep property and allow searching for itTomeu Vizoso2009-01-081-0/+7
* Fix typoTomeu Vizoso2009-01-071-1/+1
* #140 Index activity_id propertyTomeu Vizoso2009-01-051-11/+27
* Dont expect the mime_type property when indexing an entryTomeu Vizoso2008-12-231-1/+1
* Remove unused values from the index and make indexing a bit more robustTomeu Vizoso2008-12-031-8/+1
* Better cope with borked datastore directoriesTomeu Vizoso2008-11-291-0/+2
* Encode unicode strings as utf-8Tomeu Vizoso2008-10-141-1/+5
* Add some copyright notices and docstringsTomeu Vizoso2008-10-081-0/+18
* TypoTomeu Vizoso2008-10-081-1/+1
* Make sure _MAX_RESULTS is an intTomeu Vizoso2008-10-081-1/+1
* Remove use of sys.maxint because breaks on 64bitTomeu Vizoso2008-10-081-2/+3
* Indexed properties should be stringsTomeu Vizoso2008-10-081-1/+1
* Rebuild index if neededTomeu Vizoso2008-09-191-7/+19
* Reduce the frequency of writes to diskTomeu Vizoso2008-09-031-1/+30
* Implement hard-linking to identical files and refactor path logic to LayoutMa...Tomeu Vizoso2008-08-261-4/+6
* Add note about timezone consistencyTomeu Vizoso2008-08-231-0/+1
* Timestamps are integersTomeu Vizoso2008-08-221-1/+1
* Implement mime_type filterTomeu Vizoso2008-08-221-0/+8
* Implement activity filterTomeu Vizoso2008-08-221-0/+3
* Implement get_uniquevaluesforTomeu Vizoso2008-08-221-5/+16
* Implement the date rangeTomeu Vizoso2008-08-221-3/+23
* Index text and implement full text searchTomeu Vizoso2008-08-221-1/+50
* Very simple rewrite. Many unnecessary requirements dropped.Tomeu Vizoso2008-05-061-0/+80