Archived entries from file /home/sphinx/projects/carma/README.org
Fields should support “index” boolean attribute, in which case inverse index for that field should be created in Redis.Consider {“name”: “code”, “index”: true} field for `scp` model, then if code field of model N is set to K, update must append N to `scp:code:K` to N. This will allow faster searching by field contents.
Implement label←→value translation (at knockBackbone@main.js)