aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/db/indexes.py
Commit message (Collapse)AuthorAgeFilesLines
* updates indices to index on the slug component of the tag listCaleb Forbes Davis V2011-07-271-2/+2
| | | | | - uses dot notation to reach into the JSON-style MediaEntry tags field object to index on the slug property of each tag
* adds "state" to tags indicesCaleb Forbes Davis V2011-07-131-6/+8
|
* adds index for searching across all users' tagged imagesCaleb Forbes Davis V2011-07-131-0/+6
|
* adds index for tag searches by an uploaderCaleb Forbes Davis V2011-07-101-0/+7
|
* Comment indexesChristopher Allan Webber2011-06-301-0/+10
|
* Documentation updates to indexes.py's docstringChristopher Allan Webber2011-06-271-5/+19
| | | | Includes information on how to deprecate indexes.
* Adding our current indexes and removing the index that was in models.pyChristopher Allan Webber2011-06-271-6/+12
|
* Store the collection information in the ACTIVE_INDEXES keysChristopher Allan Webber2011-06-261-14/+9
|
* A base set of indexes for us to use with our new indexing tool.Christopher Allan Webber2011-06-261-0/+103