This is a "feature" of the view grouping mechanism, which we've noticed before. It's not a bug on your end, just something we haven't implemented yet. Depending on circumstances, you might want an item to appear in all groups where it fits, or you might want each item to appear only once. Note that the facet will work just fine---a faculty member will be selected by any value that is in their set of values.
Miles Worthington wrote: > Hello everyone, > > I've got an exhibit up and running that displays colleges' faculty > members and the graduate fields they're associated with. You can also > sort by research areas where those faculty members are involved. Here's > what it's looking like so far: > > http://zoe.mannlib.cornell.edu/vivo/grad/faculty.jsp > > The issue I've run into is that faculty members associated with > multiple graduate fields (the majority of them) are only appearing under > a single graduate field--the first one in the array I believe. The > actual JSON isn't so pleasant to look at right now, so here's a sample item: > > { > "type":"faculty member", > "label":"Smith, John", > "url":"http://URL-of-John-Smith", > "id":"http://John-Smith-URI", > "graduate-field": ["Biometry","Statistics"], > "research-area": ["statistics","algorithms","mathematics"] > }, > > So John Smith only shows up under the graduate field of Biometry, not > Statistics. Any suggestions on how I could show John under Statistics also? > > Thanks a lot! > > Miles > > > _______________________________________________ > General mailing list > [email protected] > http://simile.mit.edu/mailman/listinfo/general > _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
