Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updates indices to index on the slug component of the tag list | Caleb Forbes Davis V | 2011-07-27 | 1 | -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 indices | Caleb Forbes Davis V | 2011-07-13 | 1 | -6/+8 |
| | |||||
* | adds index for searching across all users' tagged images | Caleb Forbes Davis V | 2011-07-13 | 1 | -0/+6 |
| | |||||
* | adds index for tag searches by an uploader | Caleb Forbes Davis V | 2011-07-10 | 1 | -0/+7 |
| | |||||
* | Comment indexes | Christopher Allan Webber | 2011-06-30 | 1 | -0/+10 |
| | |||||
* | Documentation updates to indexes.py's docstring | Christopher Allan Webber | 2011-06-27 | 1 | -5/+19 |
| | | | | Includes information on how to deprecate indexes. | ||||
* | Adding our current indexes and removing the index that was in models.py | Christopher Allan Webber | 2011-06-27 | 1 | -6/+12 |
| | |||||
* | Store the collection information in the ACTIVE_INDEXES keys | Christopher Allan Webber | 2011-06-26 | 1 | -14/+9 |
| | |||||
* | A base set of indexes for us to use with our new indexing tool. | Christopher Allan Webber | 2011-06-26 | 1 | -0/+103 |