Skip to content

Latest commit

 

History

History
63 lines (53 loc) · 1.68 KB

File metadata and controls

63 lines (53 loc) · 1.68 KB

Archived entries from file /home/sphinx/projects/carma/README.org

Indexed fields

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.

Address model

VIN model

Field contents are not saved if autocomplete menu is clicked

[/] Dictionaries

Implement label←→value translation (at knockBackbone@main.js)