How can I search a maglev array of objects? Maglev is great but it doesn't seem to have any querying capabilities. Are there any external libraries for this?
+1
A:
The underlying MagLev VM has had index support for quite a while. There is an example of indexing and querying a collection in http://github.com/MagLev/maglev/tree/master/examples/persistence/indexing/
We had to turn indexing off for a while, but we'll have it turned on, with an updated example, in the next release (probably in a few days).
Peter McLain
2010-02-17 22:55:41
Thanks, guess I won't have to wait another two years! :)
Zubair
2010-02-18 08:36:09