Discussion:
[Refdb-devel] [ refdb-Bugs-1552068 ] Search in personal list does not work with the web interface
SourceForge.net
2007-09-30 13:13:43 UTC
Permalink
Bugs item #1552068, was opened at 2006-09-04 18:16
Message generated for change (Comment added) made by mhoenicka
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: Closed
Resolution: Out of Date
Priority: 5
Private: No
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: Markus Hoenicka (mhoenicka)
Date: 2007-09-30 15:13

Message:
Logged In: YES
user_id=85809
Originator: NO

The web interface was replaced by a new implementation in 0.9.9-pre5.

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2006-09-05 19: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 09: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
Loading...