VAMDC / NodeSoftware

Python/Django-based software for running VAMDC data nodes.
http://www.vamdc.eu
GNU General Public License v3.0
15 stars 23 forks source link

Allow mapping multiple DB-fields to one Restrictable #115

Open ivh opened 11 years ago

ivh commented 11 years ago

Some nodes (eg Postler's) want to test >1 fields against a sinlge Restrictable. We should have an easy solution for this, both as OR and AND connection.

Since a tuple as right-hand-side of a Restrictable in dictionaries.py is currently used for unit conversion, this is not as straightforward.