Blacklight Plugin

Search History

Details

  • Type: Improvement Improvement
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 2.1
  • Fix Version/s: 2.1
  • Component/s: None
  • Description:
    Hide
    Blacklight needs to have search history at least as well as Jessie got it working for Stanford's VuFind Searchworks.

    Note that the NLA VuFind guys did some clever stuff with Search History ... maybe we can steal some of it. Possibly others did this too - worth doing searches on the list archives.
    Show
    Blacklight needs to have search history at least as well as Jessie got it working for Stanford's VuFind Searchworks. Note that the NLA VuFind guys did some clever stuff with Search History ... maybe we can steal some of it. Possibly others did this too - worth doing searches on the list archives.

Activity

Hide
Naomi Dushay added a comment - 13/Feb/09 4:49 PM
Jessie's notes: "expanded beyond current search"
Show
Naomi Dushay added a comment - 13/Feb/09 4:49 PM Jessie's notes: "expanded beyond current search"
Hide
Jamie Orchard-Hays added a comment - 03/Apr/09 1:33 PM
Naomi says we need to match the VuFind feature. Consult Jessie.
Show
Jamie Orchard-Hays added a comment - 03/Apr/09 1:33 PM Naomi says we need to match the VuFind feature. Consult Jessie.
Hide
Jamie Orchard-Hays added a comment - 15/Apr/09 2:40 PM
I'm playing with Stanford's VUFind and don't see search history anywhere. Where is it?

http://searchworks.stanford.edu/vufind/
Show
Jamie Orchard-Hays added a comment - 15/Apr/09 2:40 PM I'm playing with Stanford's VUFind and don't see search history anywhere. Where is it? http://searchworks.stanford.edu/vufind/
Hide
Jamie Orchard-Hays added a comment - 21/Apr/09 9:44 AM
Looks like the basic requirements are done for this. If you find something missing, reopen and let me know.
Show
Jamie Orchard-Hays added a comment - 21/Apr/09 9:44 AM Looks like the basic requirements are done for this. If you find something missing, reopen and let me know.
Hide
Naomi Dushay added a comment - 26/Apr/09 1:41 PM
two reported bugs with this ... need work.
Show
Naomi Dushay added a comment - 26/Apr/09 1:41 PM two reported bugs with this ... need work.
Hide
Jamie Orchard-Hays added a comment - 01/May/09 1:31 PM
Rearchitected along with the new Saved Searches feature. Only IDs are stored (Integers) in the session. The actual items are stored in the new searches database table. Admins will want to run some sort of cron job that removes old items without user_ids in the table. Non-null user_ids indicate the search is saved by that user. Otherwise, items with old update dates and no user_id should be cleaned out periodically to keep database table from getting too large.
Show
Jamie Orchard-Hays added a comment - 01/May/09 1:31 PM Rearchitected along with the new Saved Searches feature. Only IDs are stored (Integers) in the session. The actual items are stored in the new searches database table. Admins will want to run some sort of cron job that removes old items without user_ids in the table. Non-null user_ids indicate the search is saved by that user. Otherwise, items with old update dates and no user_id should be cleaned out periodically to keep database table from getting too large.

People

Dates

  • Created:
    05/Feb/09 3:15 PM
    Updated:
    01/May/09 1:31 PM
    Resolved:
    01/May/09 1:31 PM