
Clone this issue
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
pre-requisite
|
|
This issue is a pre-requisite for:
|
|
|
|
|
|
|
|
|
|
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?
|
|
Description
|
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? |
Show » |
|
opensearch_display