How to save search results?
NeuZeitgeist - July 19, 2008 - 18:16
| Project: | Z39.50/SRU Client |
| Version: | 5.x-1.0 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
Description
Hello,
Tell me, please, if it is possible to save results of search Z3950 in node? How can I copy this information in my nodes?
Thank you.

#1
It would be possible, you just need to implement the import function. You probably would need something like the MARC module to assist in this process.
#2
I'm thinking that this is something outside of the module's current scope. This would require custom code to create and update nodes, and something that I'm not sure could be easily extracted based on the preferences of different implementors who need this functionality. The MARC module and the Millennium integration module are good models for implementing this sort of behavior. I might make a helper module to get z3950.module to play more nicely with the MARC module, but only for the 6.x version.