Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

#If URL contains a searcharg query string, put the query string into a Primo URL as searchable keyword.  

RewriteCond %{QUERY_STRING} searcharg=(.*)$ [NC]

#Note this Primo URL limits the results to only items available at the institution and does not search Primo Central.  This URL uses Northridge (UNO) as an example - be sure to modify the base URL, vid, and facet values to suit your institutional parameters  

RewriteCond %{QUERY_STRING} searcharg=(.*)$ [NC]

RewriteRule ^/search(.*)

...

https://csun-primo.hosted.exlibrisgroup.com/primo-explore/search?search_scope=EVERYTHING&vid=01CALS_UNO&facet=tlevel,include,available$$I01CALS_UNO&tab=everything&offset=0&query=creator,contains,%1 [L,QSA,NE,NC]

#This is a catchall - anything catalog pattern not matching the above will redirect to a generic Primo search screen. This URL uses Northridge (UNO) as an example - be sure to modify the base URL, vid, and facet values to suit your institutional parameters  

RewriteRule ^(.*)$ https://csun-primo.hosted.exlibrisgroup.com/primo-explore/search?search_scope=EVERYTHING&vid=01CALS_UNO&facet=tlevel,include,available$$I01CALS_UNO&tab=everything&offset=[L,QSA,NE,NC]

 

Info

...