USGS-WiM / merlin_django

Mercury Research Laboratory Information Management System written in Django with Django Rest Framework
Other
2 stars 6 forks source link

Results Search tentatively working, needs more testing. Changed Results service, ... #26

Closed aaronstephenson closed 9 years ago

aaronstephenson commented 9 years ago

...now split into two: FullResults (relates to full serializers) and Results (relates only to name value of foreign keys). Also updated and prettified search forms, and also updated all paginated pages to show current and total pages and prevent ajax call when clicking Prev on first page or Next on last page.