humbledb icon indicating copy to clipboard operation
humbledb copied to clipboard

No dotted-notation Index examples in documentation.

Open shakefu opened this issue 12 years ago • 0 comments

The index examples don't mention that you can use dotted long key names for indexes, e.g.

config_indexes = ['meta.published', Index('meta.tags', sparse=True)]

shakefu avatar Mar 26 '13 17:03 shakefu