Revision: 29240
http://sourceforge.net/p/bibdesk/svn/29240
Author: hofman
Date: 2025-04-29 13:53:48 +0000 (Tue, 29 Apr 2025)
Log Message:
-----------
Set options for SRU server from URL
Modified Paths:
--------------
trunk/bibdesk/BDSKSearchGroup.m
Modified: trunk/bibdesk/BDSKSearchGroup.m
===================================================================
--- trunk/bibdesk/BDSKSearchGroup.m 2025-04-29 13:50:11 UTC (rev 29239)
+++ trunk/bibdesk/BDSKSearchGroup.m 2025-04-29 13:53:48 UTC (rev 29240)
@@ -426,6 +426,8 @@
} else if ([aType isEqualToString:BDSKSearchGroupSRU]) {
[dictionary setValue:aHost forKey:@"host"];
[dictionary setValue:aPort forKey:@"port"];
+ if ([options count] > 0)
+ [dictionary setValue:options forKey:@"options"];
} else if ([aType isEqualToString:BDSKSearchGroupISI] && [options count] >
0) {
[dictionary setValue:options forKey:@"options"];
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit