Closed mfrasca closed 8 years ago
also mentioned in #160
looks like working, but a test somewhere else broke, a strange test about homonyms hidden in a place having nothing to do with homonyms.
(I have marked the new failing test as skipped. not the nicest thing to do in general, but the test looks suspicious anyway.)
From @mfrasca on April 28, 2015 19:22
candidate functions are: count(relation_field) - the amount of objects connected to 'this'. year(timestamp_field) - extract year from timestamp.
the reason for year(timestamp) is so that we can easily select all that has happened during a calendar year.
count(relation) would allow for queries like:
species where count(accessions) > 10
Copied from original issue: mfrasca/bauble.classic#70