Find Databases
General Purpose
Provides access to the Find Databases light box on your Primo server.
This functionality is true to any Primo page, meaning if you add to the URL the following: &openFdb=true, the Find Databases lightbox will appear and the original Primo page will be displayed behind.
NOTE: There is no option to open the Find Databases screen not as a lightbox (a Primo page will always exist behind it).
Input Parameters
Name | Explanation | Mandatory |
---|---|---|
openFdb | The flag that enables the functionality. Set to true to enable the functionality. | Yes |
prefLang | Define the UI language, the purpose is to display the Primo front end in the requested interface language parameter Need to be set with the requested local for example: prefLang = en_US | No |
searchType | Enter one of the following values: AZ – for AZ search Find – for any other search | No (default is AZ) |
searchMethod | Works only if searchTerm exists. Enter one of the following search methods: CONTAINS, EXACT, or BEGINS_WITH. | No (default is CONTAINS) |
searchTerm | For searchType=AZ, specify the letter that the database names begin with (A-Z or other). For searchType=Find, enter the name of the database (which is similar to the ‘name’ field) | For AZ search: No (default is A) For Find search: Yes |
publisher | Only relevant for searchType=Find. Specify the database’s publisher (as defined in the MetaLib IRD). | No |
keywords | Only relevant for searchType=Find. Specify the database’s keywords(as defined in the MetaLib IRD). | No |
irdType | Only relevant for searchType=Find. Specify the database type (as defined in the MetaLib IRD). | No |
category | Only relevant for searchType=Find. Specify the name of the category (as defined in MetaLib). | No |
subCategory | Only relevant for searchType=Find. Specify the name of one of the subcategories for the category described above. You must specify a subcategory if you choose to search by category. It is not possible to combine a category/subcategory search with other searches. | No |
includeRestricted | Specify one of the following values: 0 : don’t show ‘No access’ databases 1 : show ‘No access’ databases | No (default is 1) |
rememberMe | After selecting databases in the Find Databases light box and exiting, the system will show the same selected databases if opened in the same session. This parameter provides the same behavior for deep links. The following values are valid: true – show selected databases if there are any false – do not show selected databases if there are any) | No (default is false) |
Notes
- Search parameters that contain non-English letters may not return expected results when using the IE browser.
To prevent unexpected results, you should percent-encode the letters in a URI. - The openFdb parameter can be added to any of the deep link URLs (This is also true to any non deep link Primo URL).
Input Example
http://<host>:<port>/primo_library/libweb/action/search.do?vid=Auto1&openFdb=true&searchType=Find&searchTerm=health&searchMethod=CONTAINS