Development Team/Almanac/sugar.datastore.datastore: Difference between revisions
| Line 34: | Line 34: | ||
IMPORTANT: Do not rely on datastore.find() method in all cases, its behaviour could be changed in future releases;<br>there is only on thing for sure: to treat jobjects that were created within activity use:<br>datastore.find({'activity_id': <activity_id>, ...}) | IMPORTANT: Do not rely on datastore.find() method in all cases, its behaviour could be changed in future releases;<br>there is only on thing for sure: to treat jobjects that were created within activity use:<br>datastore.find({'activity_id': <activity_id>, ...}) | ||
with a particular property? === | with a particular property? === | ||