
|
If you were logged in you would be able to see more operations.
|
|
|
| 2.6.x Status: |
None
|
| 2.5.x Status: |
None
|
| 2.4.x Status: |
None
|
|
The maximum number of databases a user may select from the database hierarchy list is obtained via the following method in the SearchManager API:
public int getNumMaxSearchableDb()
However, this implementation was never really completed - it currently returns a hard-coded answer (eight) that is sufficient for the ExLibris and Sirsi metasearch products, but may not be correct for other metasearch engines.
Ideally, this method should find it's "answer" by calling out to the Citations configuration service. To support this, we'll need to update the configuration service to lookup this value in the XML configuration file.
|
|
Description
|
The maximum number of databases a user may select from the database hierarchy list is obtained via the following method in the SearchManager API:
public int getNumMaxSearchableDb()
However, this implementation was never really completed - it currently returns a hard-coded answer (eight) that is sufficient for the ExLibris and Sirsi metasearch products, but may not be correct for other metasearch engines.
Ideally, this method should find it's "answer" by calling out to the Citations configuration service. To support this, we'll need to update the configuration service to lookup this value in the XML configuration file.
|
Show » |
|
The following directive may now be used in the configuration file:
<searchable-databases>#</searchable-databases>
The # character represents a positive integer value. At present, there is no sanity check on the upper limit value,