You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Description>The code that identifies the site in Primo Deep Links. Ex: vid={PrimoSiteCode}</Description>
42
+
<Settingname="PrimoCode"value=""type="string">
43
+
<Description>For Primo, the Primo Site Code that identifies the site in Primo Deep Links. Ex: vid={Primo Site Code} For Primo VE, the Primo View Code (including the colon) is also included in this setting. Ex: vid={Primo Site Code}:{Primo View Code}</Description>
44
44
</Setting>
45
45
<Settingname="IdSuffix"value=""type="string">
46
46
<Description>The last four digits of MMS IDs and IE IDs for your institution. This setting is required and should not be left blank.</Description>
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The addon is located within an request or item record of an Atlas Product. It is
15
15
16
16
> **CatalogURL:** The base URL that the query strings are appended to. The Catalog URL structure is `{URL of the catalog}/primo-explore/` for Primo and `{URL of the catalog}/discovery/` for Primo VE.
17
17
>
18
-
> **HomeURL:** Home page of the catalog. The Home URL structure is `{URL of the catalog}/primo-explore/search?vid={Primo Site Code}` for Primo and `{URL of the catalog}/discovery/search?vid={Primo Site Code}` for Primo VE.
18
+
> **HomeURL:** Home page of the catalog. The Home URL structure is `{URL of the catalog}/primo-explore/search?vid={Primo Site Code}` for Primo and `{URL of the catalog}/discovery/search?vid={Primo Site Code}:{Primo View Code}` for Primo VE.
19
19
>
20
20
> **AutoSearch:** Defines whether the search should be automatically performed when the form opens. *Default: `true`*
21
21
>
@@ -34,7 +34,7 @@ The addon is located within an request or item record of an Atlas Product. It is
34
34
>
35
35
>**AlmaAPIKey:** API key used for interacting with the Alma API.
36
36
>
37
-
>**PrimoSiteCode:**The code that identifies the site in Primo Deep Links. Ex: vid={PrimoSiteCode}
37
+
>**PrimoCode:**For Primo, the Primo Site Code that identifies the site in Primo Deep Links. Ex: `vid={Primo Site Code}` For Primo VE, the Primo View Code (including the colon) is also included in this setting. Ex: `vid={Primo Site Code}:{Primo View Code}`
38
38
>
39
39
>**IdSuffix:** The last four digits of MMS IDs and IE IDs for your institution. These can be found in the URL of any record opened from the results list. This setting is required and should not be left blank.
40
40
@@ -69,8 +69,8 @@ Below are the default configurations for the catalog addon. The mappings within
69
69
### SearchTypes
70
70
The search URL is constructed using the formulas defined in *DataMapping.SearchStyleUrls["Query"]* and *DataMapping.SearchStyleUrls["Browse"]*. The default configurations are as follows:
71
71
72
-
>Query: *`{Catalog URL}`search?vid=`{Primo Site Code}`&query=`{Search Type}`,contains,`{Search Term}`AND&search_scope=default_scope&mode=advanced*
73
-
>Browse: *`{Catalog URL}`browse?vid=`{Primo Site Code}`&browseQuery=`{Search Term}`&browseScope=`{Search Type}`&innerPnxIndex=-1&numOfUsedTerms=-1&fn=BrowseSearch"*
0 commit comments