query without '=' is form too#44
Conversation
|
Thanks for this! I see that you did add an additional test. Would you be able to add a test specifically for |
|
Thanks @yakunink. LGTM. |
|
Before this PR, query_form() and query_keywords() are mutually exclusive; I think Web::Request expect this behavior.
I'm just not sure what query_form() should return for |
|
From this html-book chapter Creating Searchable Documents and this article The History of the URL seems that keywords used to send search queries. I think separating search query phrase into words inside URI object is not good idea. |
5dcfddf to
3a2965a
Compare
Hello,
This pull request fixes issue #34.
Happy hacktoberfest!