Closed (fixed)
Project:
OpenSearch feed
Version:
6.x-1.2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2010 at 14:05 UTC
Updated:
27 Jun 2010 at 18:10 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedDo you mean that if with OpenSearch feed enabled, you get an error about the word not being at least 3 characters more when you try to search something?
Comment #2
Antarius commentedYes, a problem in it.
OpenSearch feed 1.1 worked perfectly with node.module.
Comment #3
Anonymous (not verified) commentedI can reproduce it.
In the attached screenshot, the search form to the left shows the word I searched for, and the form to the right shows the result. It seems that the keyword is not passed to the form, which is correctly complaining about the length of the keyword.
Comment #4
Anonymous (not verified) commentedI fixed the code, and committed it to the development snapshot.
Thanks for your report.
Comment #5
Anonymous (not verified) commentedI have also added a test to be sure the issue is not re-introduced with later changes.