gwu-libraries / obento

Bento Box style search results page
MIT License
8 stars 1 forks source link

Review/implement policy for scoping query results for non-authenticated users #2

Closed kerchner closed 10 years ago

kerchner commented 11 years ago

Limit scope to scholarly articles only (excludes books etc.)

dchud commented 11 years ago

note: to retrieve full results for GW-authenticated users, add s.role=authenticated. this should either (a) be off for everyone on the main search or (b) only be on provided an incoming request is from the GW ip block, which we'd have to check in-line prior to generating the summon api search.

lwrubel commented 11 years ago

IP ranges to consider authenticated: 128.164.. 161.253.. 198.91.37.2

kerchner commented 10 years ago

try an articles query of "organic photovoltaics su". If not authenticated, you should not see

Organic photovoltaics Lan, SC, Wei, KH, Su, YW MATERIALS TODAY, 2012 Full Text Available Online Full Text Online

as the top result, whereas you should see it if authenticated (can use mobile phone to test non-authenticated)

Also test "see more" links - total # of results should be less if not authenticated.