Issue Details (XML | Word | Printable)

Key: CODEBASE-99
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Naomi Dushay
Reporter: Jessie Keck
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Blacklight Plugin

Are we using the right solr field for OpenSearch

Created: 01/May/09 01:41 PM   Updated: 29/Oct/09 07:24 PM
Component/s: None
Affects Version/s: 2.4
Fix Version/s: 2.5


 Description  « Hide
Right now we're returning the same field that used for the title display in the catalog/index view to the autocomplete json response.

This is then the string that is searched on in the everything search. This could potentially cause some problems.

We could possibly pull several fields into the response, like title, author, subject. But do we have fields that can be configured for this, have an opensearch field that contains these things?

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Naomi Dushay added a comment - 27/Aug/09 12:55 PM
Field has been created. It is named:

opensearch_display

Jessie Keck added a comment - 26/Oct/09 04:27 PM
opensearch_display needs to be indexed so that it can be searched. Then we can search the fields and return an appropriate result in the autocomplete.

Naomi Dushay added a comment - 29/Oct/09 07:24 PM
currently waiting on Naomi changing the demo index to index the solr open search field (it's currently stored, but not indexed)