Blacklight Plugin

fielded search enabled

Details

  • Type: New Feature New Feature
  • Status: Resolved Resolved
  • Priority: Critical Critical
  • Resolution: Fixed
  • Affects Version/s: 2.1
  • Fix Version/s: 2.1
  • Component/s: None
  • Description:
    Hide
    basically, want pull down to do "author" "title" "subject" sorts of searches.

    This is already available in at least of the UVa implementations ...

    Probably with separate dismax handlers and code to hook them in properly (unless there's a better way to implement this just with the query itself)

    2009-03-17: Naomi already has stanford solrconfig.xml for this ... but that's pretty simple.

    For example, see search box here:
    http://virgobeta.lib.virginia.edu/
    Show
    basically, want pull down to do "author" "title" "subject" sorts of searches. This is already available in at least of the UVa implementations ... Probably with separate dismax handlers and code to hook them in properly (unless there's a better way to implement this just with the query itself) 2009-03-17: Naomi already has stanford solrconfig.xml for this ... but that's pretty simple. For example, see search box here: http://virgobeta.lib.virginia.edu/

Activity

Hide
Jamie Orchard-Hays added a comment - 07/Apr/09 8:53 AM
First version of this is done. Currently configured in initializers/blacklight.rb referencing Request Handlers (:qt) in the :search_fields.

Some questions remain:

* Should we have default :search_fields and :default_qt embedded in the plugin, easily overridable at this configuration point?
* Should display of the :qt select field in the search form be conditional?
* There was a lot of discussion over the architecture of this feature, mainly around whether we reference Request Handlers, or move much of the configuration from the request handlers into the Rails app. See:

http://groups.google.com/group/blacklight-development/browse_thread/thread/f29ed6bdbca6ed09
Show
Jamie Orchard-Hays added a comment - 07/Apr/09 8:53 AM First version of this is done. Currently configured in initializers/blacklight.rb referencing Request Handlers (:qt) in the :search_fields. Some questions remain: * Should we have default :search_fields and :default_qt embedded in the plugin, easily overridable at this configuration point? * Should display of the :qt select field in the search form be conditional? * There was a lot of discussion over the architecture of this feature, mainly around whether we reference Request Handlers, or move much of the configuration from the request handlers into the Rails app. See: http://groups.google.com/group/blacklight-development/browse_thread/thread/f29ed6bdbca6ed09

People

Dates

  • Created:
    13/Feb/09 3:49 PM
    Updated:
    07/Apr/09 8:53 AM
    Resolved:
    07/Apr/09 8:53 AM