Skip Menu |

This queue is for tickets about the Maypole-FormBuilder CPAN distribution.

Report information
The Basics
Id: 13644
Status: resolved
Priority: 0/
Queue: Maypole-FormBuilder

People
Owner: Nobody in particular
Requestors: dave [...] riverside-cms.co.uk
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: repeated searching is broken
After performing a search from the dearch form on the list page, any subsequent searches fail to return any results. The search form on the results page has hidden id fields (i.e. > 1) with empty strings, which probably get added top the search criteria. The original search form has a single hidden id field, with no value. I think both forms should have no id fields at all, and certainly, they shouldn't be submitting an empty string.