Bugs item #1224355, was opened at 2005-06-20 21:32
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=538274&aid=1224355&group_id=73598
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: None
Group: v0.3.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Tony (tonynl)
Assigned to: Nobody/Anonymous (nobody)
Summary: Error when searching in multiple fields
Initial Comment:
Search in phpwslistings is possible with the built-in
search option of the module.
But there is also the option to serach with an url,
e.g. /index.php?
module=phpwslistings&LISTINGS_user_op=Search
Listings&LISTING_<field>=<criterium>.
This works great for text and select fields but not for
multiple select, radio buttons and check boxes.
Then the url returns an empty string.
The cause of this was an unserialize statement on line
696 of ListingManager.php and a corresponding bug in
the match function in Listing.php
I fixed them (and added 1. the possiblity for assigning
categories to Listings and 2. a summary field).
Read more in these download:
http://www.oosterhoff.nu/pws/index.php?
module=documents&JAS_DocumentManager_op=viewD
ocument&JAS_Document_id=19
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=538274&aid=1224355&group_id=73598
|