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
// BUGFIX: Identifier added as a hack to prevent records missing either dc.type.en or dc.type.genus.en from passing *all* their solr data to the getRelatedItems function and overloading the URL
120
+
// We used identifier, because it shouldn't change the returned results at all, following this logic:
121
+
// 1) The search terms are quoted, so a search on the quoted identifier should only ever return the same record
122
+
// 2) The function adds a query parameter to remove matches with the same handle (to prevent the same record showing up in its own Related Items block)
123
+
// 3) Therefore, the two operations will cancel each other out and not return an additional result
0 commit comments