Time |
S |
Nick |
Message |
13:19 |
|
* pdurbin |
looks up how to create a linked collection so he can test faceted search of one: http://guides.thedata.org/book/manage-collections |
14:08 |
|
sbmarks |
ha, yeah, the documentation around that is somewhat spotty =) |
14:08 |
|
pdurbin |
:) |
14:08 |
|
pdurbin |
I just pushed this: facets added to AdvSearchPage for dataverses · e8421cb · IQSS/dvn - https://github.com/IQSS/dvn/commit/e8421cb |
14:08 |
|
sbmarks |
see also dynamic collections |
14:09 |
|
pdurbin |
and deployed it to http://dvn-3.hmdc.harvard.edu/dvn/ |
14:10 |
|
pdurbin |
when I gave a faceted search demo I learned a lot about collections... and how I wasn't supported them properly in how I had implemented faceted search |
14:11 |
|
pdurbin |
when you're in a specific dataverse, say http://dvn-3.hmdc.harvard.edu/dvn/dv/gpd ... |
14:11 |
|
pdurbin |
I was limiting the search by the facet for that dataverse... so only studies that are owned by the dataverse would show up |
14:12 |
|
pdurbin |
but with collections, the studies can be owned by other dataverses |
14:12 |
|
sbmarks |
ah, yeah |
14:12 |
|
pdurbin |
we were using "furman" as an example at http://dvn-3.hmdc.harvard.edu/dvn/dv/gpd |
14:12 |
|
pdurbin |
Furman v. Georgia |
14:13 |
|
pdurbin |
if you do a search for "furman" at http://dvn-3.hmdc.harvard.edu/dvn/dv/gpd you should find the study |
14:13 |
|
pdurbin |
no facets there, but more on that in a bit |
14:14 |
|
pdurbin |
if you go to http://dvn-3.hmdc.harvard.edu/dvn/dv/gpd/faces/AdvSearchPage.xhtml and search for title=furman ... you should find it too... and get facets. that's what's new |
14:15 |
|
pdurbin |
a search for title=georgia will find it too, of course |
14:15 |
|
pdurbin |
here's what that query looks like: |
14:15 |
|
pdurbin |
(+(+(+title:georgia)) +title:furman) (+(+(+title:georgia)) +dvOwnerId:1636) |
14:18 |
|
pdurbin |
the reason title:furman is in there is that it's the dynamic collection that's define in the gpd dataverse |
14:18 |
|
pdurbin |
defined* |
14:21 |
|
pdurbin |
sbmarks: anyway, my hope is that the war file on http://dvn-3.hmdc.harvard.edu/dvn/ is fairly stable, so if you want to test it, please go ahead |
14:22 |
|
pdurbin |
in some places you won't see facets but I'm continuing to add them |
14:22 |
|
pdurbin |
:) |
14:22 |
|
pdurbin |
sbmarks: also, you might get a kick out of this: https://twitter.com/philipdurbin/status/332465427756244995 :) |
17:08 |
|
pdurbin |
ok, now... I just added facets back to basic search with this commit: re-add facets to dv basic search, refactor common code · a6de8b0 · IQSS/dvn - https://github.com/IQSS/dvn/commit/a6de8b0 |
17:08 |
|
pdurbin |
basic search within a dataverse I mean |
17:09 |
|
pdurbin |
so a search at http://dvn-3.hmdc.harvard.edu/dvn/dv/gpd (or any dataverse) should show facets now |
17:11 |
|
pdurbin |
hmm, which means http://devguide.thedata.org/features/search/faceted/status is out of date ... but I think I'll add more x's later |
18:09 |
|
|
MaTt1337357 joined #dvn |
18:23 |
|
|
MaTt1337357 left #dvn |
19:17 |
|
|
sbmarks joined #dvn |
20:25 |
|
pdurbin |
+(varName:data varLabel:data) |
20:28 |
|
pdurbin |
hmm, why doesn't this work? |
20:29 |
|
pdurbin |
same query as the non-faceted version... |
20:42 |
|
pdurbin |
blargh |
20:43 |
|
pdurbin |
"393,623 nulls"? -- Strange server log file entries - Google Groups - https://groups.google.com/forum/?fromgroups=#!topic/dataverse-community/z3Dr1eUM5fM |
20:43 |
|
pdurbin |
sigh |
20:43 |
|
* pdurbin |
heads out |