[Refdb-devel] [ refdb-Bugs-1552068 ] Search in personal list does not work with the web interface
Status: Beta
Brought to you by:
mhoenicka
From: SourceForge.net <no...@so...> - 2006-09-05 17:20:11
|
Bugs item #1552068, was opened at 2006-09-04 09:16 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1552068&group_id=26091 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interface (example) Group: None Status: Open Resolution: Later Priority: 5 Submitted By: Dominik (dreusser) Assigned to: Daniel O'Donnell (dpod) Summary: Search in personal list does not work with the web interface Initial Comment: When searching for records in the personal list from the webinterface, no records are returned. The following change in line 90 of refdbsearch.php corrects the problem: replace $cmd = $cmd."-p "; with $cmd = $cmd."-b $name "; ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-09-05 10:20 Message: Logged In: NO Thanks. I'll try to add this to the version there now, but as Markus said, I'm in the middle of a complete rewrite. ---------------------------------------------------------------------- Comment By: Markus Hoenicka (mhoenicka) Date: 2006-09-05 00:52 Message: Logged In: YES user_id=85809 The fix appears correct. The PHP interface was not updated since the personal list implementation changed. However, I'd prefer to leave it to Daniel as he may want to make use of multiple personal lists and provide an entirely different interface to this feature. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1552068&group_id=26091 |