Skip to content

Commit

Permalink
Merge pull request #314 from sul-dlss/browse-struct
Browse files Browse the repository at this point in the history
Add browse_nearby_struct to the searchworks fl
  • Loading branch information
cbeer authored Mar 4, 2024
2 parents 3f588c1 + 6765822 commit b8858b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions searchworks-gryphon-search/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,8 @@
uniform_title_display_struct:[json],
schema_dot_org_struct:[json],
collection_struct:[json],
item_display_struct:[json]
item_display_struct:[json],
browse_nearby_struct:[json]
</str>
</lst>
</requestHandler>
Expand All @@ -1117,7 +1118,8 @@
schema_dot_org_struct:[json],
holdings_json_struct:[json],
collection_struct:[json],
item_display_struct:[json]
item_display_struct:[json],
browse_nearby_struct:[json]
</str>
<int name="rows">1</int>
<str name="q">{!raw f=id v=$id}</str> <!-- use id=666 instead of q=id:666 -->
Expand Down
6 changes: 4 additions & 2 deletions searchworks-prod-20230907/solrconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,8 @@
uniform_title_display_struct:[json],
schema_dot_org_struct:[json],
collection_struct:[json],
item_display_struct:[json]
item_display_struct:[json],
browse_nearby_struct:[json]
</str>
</lst>
</requestHandler>
Expand All @@ -1068,7 +1069,8 @@
schema_dot_org_struct:[json],
holdings_json_struct:[json],
collection_struct:[json],
item_display_struct:[json]
item_display_struct:[json],
browse_nearby_struct:[json]
</str>
<int name="rows">1</int>
<str name="q">{!raw f=id v=$id}</str> <!-- use id=666 instead of q=id:666 -->
Expand Down

0 comments on commit b8858b6

Please sign in to comment.